<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; VBA: Personal.xlsb & auto_open]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13900</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13900&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «VBA: Personal.xlsb & auto_open».]]></description>
		<lastBuildDate>Mon, 01 Apr 2019 23:41:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=133279#p133279</link>
			<description><![CDATA[<p>Absolutely with you it agree. Idea good, it agree with you. </p><p><a href="http://agrodelo.com.ua/ptica/ovsjanica-krasnaja.html%20"><span class="postimg"><img src="http://arcanumclub.ru/smiles/smile13.gif" alt="http://arcanumclub.ru/smiles/smile13.gif" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (Peterfipsy)]]></author>
			<pubDate>Mon, 01 Apr 2019 23:41:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=133279#p133279</guid>
		</item>
		<item>
			<title><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=126648#p126648</link>
			<description><![CDATA[<p><strong>inseption86</strong><br /><span style="color: green">Оформите пост тегом CODE</span>.</p>]]></description>
			<author><![CDATA[null@example.com (JSmаn)]]></author>
			<pubDate>Tue, 03 Jul 2018 12:05:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=126648#p126648</guid>
		</item>
		<item>
			<title><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=126563#p126563</link>
			<description><![CDATA[<div class="codebox"><pre><code>Private WithEvents App As Application
Private Sub Workbook_Open()
  Set App = Application
End Sub
Private Sub App_WorkbookOpen(ByVal Wb As Workbook)
    Dim sh As Worksheet
    On Error Resume Next
    For Each sh In Wb.Worksheets
        If sh.AutoFilterMode Then sh.ShowAllData
    Next
End Sub</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Sat, 30 Jun 2018 13:18:21 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=126563#p126563</guid>
		</item>
		<item>
			<title><![CDATA[VBA: Personal.xlsb & auto_open]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=126561#p126561</link>
			<description><![CDATA[<p>Добрый день, прошу помощи в редактировании скрипта, если при закрытии книги, то всё ОК, а если Auto_open, то ошибка, если вручную на открытой книге то всё ОК. Модуль стоит в Personal.xlsb<br /></p><div class="codebox"><pre><code>Public Sub Auto_close()
Dim wks As Worksheet
For Each wks In Workbooks(&quot;*.xlsx&quot;).Worksheets
  If wks.FilterMode = True Then
   wks.ShowAllData
   End If
 Next wks</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Sat, 30 Jun 2018 11:11:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=126561#p126561</guid>
		</item>
	</channel>
</rss>
