<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11702&amp;type=atom" />
	<updated>2016-06-10T13:28:04Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11702</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сворачивание/разворачивание окна Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105074#p105074" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong><br />Огромное спасибо, оперативно.</p>]]></content>
			<author>
				<name><![CDATA[Spy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33970</uri>
			</author>
			<updated>2016-06-10T13:28:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105074#p105074</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сворачивание/разворачивание окна Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105073#p105073" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>oExcel := ComObjActive(&quot;Excel.Application&quot;)

~XButton1::
WinGet, state, MinMax, rabota ahk_class XLMAIN
if state
{
   WinActivate, rabota ahk_class XLMAIN
   oExcel.Sheets(1).Select
}
else
   WinMinimize, rabota ahk_class XLMAIN
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-10T13:25:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105073#p105073</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сворачивание/разворачивание окна Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105070#p105070" />
			<content type="html"><![CDATA[<p>Извините, исправил.</p>]]></content>
			<author>
				<name><![CDATA[Spy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33970</uri>
			</author>
			<updated>2016-06-10T13:13:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105070#p105070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сворачивание/разворачивание окна Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105068#p105068" />
			<content type="html"><![CDATA[<p><strong>Spy</strong>, скажите, что в тексте «обязательно прочитать перед созданием темы» непонятно? Просто интересно.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-06-10T13:07:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105068#p105068</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Сворачивание/разворачивание окна Excel]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105067#p105067" />
			<content type="html"><![CDATA[<p>Добрый день. Имеется вот такой простенький скрипт<br /></p><div class="codebox"><pre><code>
~XButton1::
	WinGet, state, MinMax, rabota ahk_class XLMAIN
	if state
		WinActivate, rabota ahk_class XLMAIN
	else
		WinMinimize, rabota ahk_class XLMAIN
return
</code></pre></div><p>На данный момент у меня в документе 40 листов. На первом листе у меня ячейки с гиперссылками на остальные листы. Во время работы я боковой кнопкой мыши разворачиваю документ нажимаю на нужную гиперссылку но что бы вернуться на первый лист я добавил на каждом листе гиперссылки на первый лист но постоянно тыкать неудобно и медленно.<br />Возможно ли чтобы после сворачивания и разворачивания документа он всегда открывался с первой страници?</p>]]></content>
			<author>
				<name><![CDATA[Spy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33970</uri>
			</author>
			<updated>2016-06-10T12:57:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105067#p105067</id>
		</entry>
</feed>
