<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBA: Personal.xlsb & auto_open]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13900&amp;type=atom" />
	<updated>2019-04-01T23:41:18Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13900</id>
		<entry>
			<title type="html"><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=133279#p133279" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Peterfipsy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40028</uri>
			</author>
			<updated>2019-04-01T23:41:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=133279#p133279</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126648#p126648" />
			<content type="html"><![CDATA[<p><strong>inseption86</strong><br /><span style="color: green">Оформите пост тегом CODE</span>.</p>]]></content>
			<author>
				<name><![CDATA[JSmаn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24434</uri>
			</author>
			<updated>2018-07-03T12:05:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126648#p126648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBA: Personal.xlsb & auto_open]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126563#p126563" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-06-30T13:18:21Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126563#p126563</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBA: Personal.xlsb & auto_open]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=126561#p126561" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-06-30T11:11:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=126561#p126561</id>
		</entry>
</feed>
