<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Активация нужной строки в Excel.]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=18393&amp;type=atom" />
	<updated>2025-03-12T07:46:00Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=18393</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Активация нужной строки в Excel.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=162072#p162072" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong></p><p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Андрейка 007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26640</uri>
			</author>
			<updated>2025-03-12T07:46:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=162072#p162072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Активация нужной строки в Excel.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=162067#p162067" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Андрейка 007 пишет:</cite><blockquote><p>создается handle для нового приложения</p></blockquote></div><p>Это не хэндл, это COM-объект, и он здесь не нужен, если окно Excel уже открыто.<br /></p><div class="codebox"><pre><code>cellAddress := &quot;AA1&quot;
try {
    xlApp := ComObjActive(&quot;Excel.Application&quot;)
    xlApp.ActiveSheet.Range(cellAddress).Select()
} catch e {
    MsgBox % e.Message
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2025-03-11T14:04:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=162067#p162067</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Активация нужной строки в Excel.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=162066#p162066" />
			<content type="html"><![CDATA[<p>Добрый день. Подскажите, открыт файл Excel.</p><div class="codebox"><pre><code>Xl := ComObjCreate(&quot;Excel.Application&quot;) ;создается handle для нового приложения
Xl := ComObjActive(&quot;Excel.Application&quot;) ;создается handle к текущему активному листу exel
abc=1  ; номер строки
MyVar1 := Xl.Range(&quot;A&quot;abc).Value ;  Считываю нужную ячеку</code></pre></div><p>Можно ли активировать или сделать видимой ячейку&nbsp; Когда она становится за границей открытой программы Excel.</p>]]></content>
			<author>
				<name><![CDATA[Андрейка 007]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26640</uri>
			</author>
			<updated>2025-03-11T11:17:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=162066#p162066</id>
		</entry>
</feed>
