<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GUI and Excel]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13834&amp;type=atom" />
	<updated>2018-06-10T07:40:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13834</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI and Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125924#p125924" />
			<content type="html"><![CDATA[<p>Упс, извините за беспокойство, не заметил объединенных ячеек!</p>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-06-10T07:40:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125924#p125924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GUI and Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125923#p125923" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-06-10T07:13:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125923#p125923</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: GUI and Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125922#p125922" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-06-10T06:13:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125922#p125922</id>
		</entry>
</feed>
