<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBScript: Excel VBA в VBScript]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7337&amp;type=atom" />
	<updated>2012-07-11T09:51:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7337</id>
		<entry>
			<title type="html"><![CDATA[VBScript: Excel VBA в VBScript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=61487#p61487" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Klicken]]></name>
			</author>
			<updated>2012-07-11T09:51:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=61487#p61487</id>
		</entry>
</feed>
