<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Automate Excel &#187; hide</title>
	<atom:link href="http://www.automateexcel.com/tag/hide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBA: Unhide All Worksheets</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/</link>
		<comments>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/#comments</comments>
		<pubDate>Tue, 14 Dec 2004 06:50:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Worksheets]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you suspect there are hidden worksheets in a workbook: 1. Open the VB editor (alt &#38; F11) 2. In the Project Explorer, expand the Project for your workbook 3. Expand the Excel objects for your workbook Do you see more sheets listed in the Project Explorer than appear in your workbook? If the answer [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>VBA: UnHide a worksheet</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_unhide_a_worksheet/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_unhide_a_worksheet/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 00:14:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Worksheets]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It&#8217;s real tough for a user to manipulate a worksheet when they can&#8217;t see it&#8230;try this. 1. Put this in a module Sub SheetUnhide() Sheet1.Visible = xlSheetVisible End Sub]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_unhide_a_worksheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA: Hide a worksheet</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_hide_a_worksheet/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_hide_a_worksheet/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 00:12:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Worksheets]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It&#8217;s real tough for a user to manipulate a worksheet when they can&#8217;t see it&#8230;try this. 1. Put this in a module Sub SheetHide() Sheet1.Visible = xlSheetVeryHidden End Sub]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_hide_a_worksheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

