<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; VBScript: Excel VBA в VBScript]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=7337</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7337&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «VBScript: Excel VBA в VBScript».]]></description>
		<lastBuildDate>Wed, 11 Jul 2012 09:51:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[VBScript: Excel VBA в VBScript]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=61487#p61487</link>
			<description><![CDATA[<div class="codebox"><pre><code>Sub test()
Cells.Replace What:=&quot;,&quot;, Replacement:=&quot;.&quot;, LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False
With Application
.UseSystemSeparators = True
End With
Dim LastCell As Range: Set LastCell = Range(&quot;B65536&quot;).End(xlUp).Offset(1)
LastCell.FormulaR1C1 = &quot;=SUM(R1C:R[-1]C)&quot;
LastCell.AutoFill LastCell.Resize(, 2)
LastCell.EntireRow.Cells(1) = &quot;&amp;#200;&amp;#242;&amp;#238;&amp;#227;:&quot;
End Sub</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Klicken)]]></author>
			<pubDate>Wed, 11 Jul 2012 09:51:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=61487#p61487</guid>
		</item>
	</channel>
</rss>
