<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Excel COM: использование R1C1 для нумерации столбцов.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15304&amp;type=atom" />
	<updated>2020-04-19T09:07:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15304</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Excel COM: использование R1C1 для нумерации столбцов.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139072#p139072" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[equipment66]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27128</uri>
			</author>
			<updated>2020-04-19T09:07:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139072#p139072</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Excel COM: использование R1C1 для нумерации столбцов.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139032#p139032" />
			<content type="html"><![CDATA[<p>Читайте справку про объект Range.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-04-15T09:57:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139032#p139032</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Excel COM: использование R1C1 для нумерации столбцов.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139021#p139021" />
			<content type="html"><![CDATA[<p>Здравствуйте,</p><p>Тут с такой проблемой столкнулся.<br />Для удобства перебора содержимого ячеек Excel, переключил нумерацию ячеек с А1 на R1C1, чтобы столбцы нумеровались, а не обозначались буквами.<br />На экране так и есть.<br />Однако в цикле перебора</p><div class="codebox"><pre><code>
loop,10
{
  var:=Xl.Range(&quot;A&quot; . A_Index).Value
}

</code></pre></div><p>если &quot;A&quot; подменить на номер столбца, ругается. А с буквенной индикацией работает нормально.<br />Как обойти?</p>]]></content>
			<author>
				<name><![CDATA[equipment66]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27128</uri>
			</author>
			<updated>2020-04-13T20:48:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139021#p139021</id>
		</entry>
</feed>
