<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: GUI and Excel]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13834</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13834&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: GUI and Excel».]]></description>
		<lastBuildDate>Sun, 10 Jun 2018 07:40:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: GUI and Excel]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125924#p125924</link>
			<description><![CDATA[<p>Упс, извините за беспокойство, не заметил объединенных ячеек!</p>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Sun, 10 Jun 2018 07:40:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125924#p125924</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: GUI and Excel]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125923#p125923</link>
			<description><![CDATA[<p><span style="color: green"><strong>inseption86</strong>, приведите в порядок заголовок темы.<br />Проставьте знаки препинания в конце предложений:<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125677#p125677">http://forum.script-coding.com/viewtopi … 77#p125677</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125863#p125863">http://forum.script-coding.com/viewtopi … 63#p125863</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125865#p125865">http://forum.script-coding.com/viewtopi … 65#p125865</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125867#p125867">http://forum.script-coding.com/viewtopi … 67#p125867</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125869#p125869">http://forum.script-coding.com/viewtopi … 69#p125869</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=125922#p125922">http://forum.script-coding.com/viewtopi … 22#p125922</a>.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sun, 10 Jun 2018 07:13:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125923#p125923</guid>
		</item>
		<item>
			<title><![CDATA[AHK: GUI and Excel]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125922#p125922</link>
			<description><![CDATA[<p>Добрый день форумчане, первый раз использую gui и возникла проблема. Хочу при использовании checkbox прописывать значение в заданные ячейки :</p><div class="codebox"><pre><code>Xl := ComObjCreate(&quot;Excel.Application&quot;)
path = C:\Users\Admin\Desktop\1\Шаблон. Центр тестирования. Сахарово.  чел..xlsx
Xl.Workbooks.Open(Path)
Xl.Visible := true

Gui,+AlwaysOnTop        
Gui, Add, CheckBox, vDDD, DDD
Gui, Add, CheckBox, vAAA, AAA
Gui, Add, CheckBox, ...
Gui, Add, CheckBox, ...

Gui, Add, Button, Default gButtonGo, Go

Gui, Show, w200 h400, ФИО
Return

ButtonGo:

Gui, Submit, NoHide
   If DDD = 1
xl.workSheets(1).Cells.(first := xl.workSheets(1).Cells.(xl.workSheets(1).Rows.Count, &quot;O&quot;).End(xlUp := -4162).Row + 1, &quot;O&quot;).value := &quot;пример1&quot;  else
    else
.....
If AAA = 1
	xl.workSheets(1).Cells.(first := xl.workSheets(1).Cells.(xl.workSheets(1).Rows.Count, &quot;O&quot;).End(xlUp := -4162).Row + 1, &quot;O&quot;).value := &quot;пример2&quot;
else
.....
</code></pre></div><br /><p>И проблема в том, что если ставить две галки в checkbox, то excel не прописывает значение в Row +1.</p><p>Заранее спасибо!!!</p>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Sun, 10 Jun 2018 06:13:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125922#p125922</guid>
		</item>
	</channel>
</rss>
