<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VBA: Unhide All Worksheets</title>
	<atom:link href="http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-1367</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:42:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-1367</guid>
		<description>Here is article that shows how to create an easy Userform to hide unhide selected sheets in Excel
http://vbacentral.blogspot.com/2009/11/excel-hidingunhiding-sheets-using-user.html</description>
		<content:encoded><![CDATA[<p>Here is article that shows how to create an easy Userform to hide unhide selected sheets in Excel<br />
<a href="http://vbacentral.blogspot.com/2009/11/excel-hidingunhiding-sheets-using-user.html" rel="nofollow">http://vbacentral.blogspot.com/2009/11/excel-hidingunhiding-sheets-using-user.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-59</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 24 Dec 2004 18:49:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-59</guid>
		<description>Ross,&lt;br /&gt;
You have a reference to Rich TextBox Control 6.0 in the add-in that causes an error on my &lt;a href=&quot;http://www.kbalertz.com/kb_838010.aspx&quot; rel=&quot;nofollow&quot;&gt;XP/2003 system.&lt;/a&gt;  No problem though because there is an option to uncheck the reference, and it doesn&#039;t appear the addin uses it anyway because it works perfectly after clearing the reference.&lt;br /&gt;
&lt;br /&gt;
You are 100% correct..........I suppose a this is a universal way to run new code on a VBA protected worksheet; simply place the code you desire to run in another workbook, save as an addin, then import the addin into the protected sheet.  Good stuff.&lt;br /&gt;
&lt;br /&gt;
Thanks for the Tip.</description>
		<content:encoded><![CDATA[<p>Ross,<br />
You have a reference to Rich TextBox Control 6.0 in the add-in that causes an error on my <a href="http://www.kbalertz.com/kb_838010.aspx" rel="nofollow">XP/2003 system.</a>  No problem though because there is an option to uncheck the reference, and it doesn&#8217;t appear the addin uses it anyway because it works perfectly after clearing the reference.</p>
<p>You are 100% correct&#8230;&#8230;&#8230;.I suppose a this is a universal way to run new code on a VBA protected worksheet; simply place the code you desire to run in another workbook, save as an addin, then import the addin into the protected sheet.  Good stuff.</p>
<p>Thanks for the Tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-58</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Thu, 23 Dec 2004 05:35:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-58</guid>
		<description>Dam it i thought i posted the link - i uploaded the file and all sorts sorry!

www.freewebs.com/methodsinexcel/MIE_SheetViewer_Alpha_.zip</description>
		<content:encoded><![CDATA[<p>Dam it i thought i posted the link &#8211; i uploaded the file and all sorts sorry!</p>
<p><a href="http://www.freewebs.com/methodsinexcel/MIE_SheetViewer_Alpha_.zip" rel="nofollow">http://www.freewebs.com/methodsinexcel/MIE_SheetViewer_Alpha_.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-57</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 22 Dec 2004 20:26:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-57</guid>
		<description>Ross:  if you feel like it, post the code and we&#039;ll give it  a whirl.... &lt;br /&gt;
&lt;br /&gt;
also, one can use a vba &quot;crack&quot; tool if they are desperate to open a locked VBA project (I hear avprp.exe never fails).&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Ross:  if you feel like it, post the code and we&#8217;ll give it  a whirl&#8230;. </p>
<p>also, one can use a vba &#8220;crack&#8221; tool if they are desperate to open a locked VBA project (I hear avprp.exe never fails).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-56</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Wed, 22 Dec 2004 04:20:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-56</guid>
		<description>I made this, one of thoes thing you start, but never finish: It work ok, but needs more work, which i might do one day. &lt;br /&gt;
It was not for opening up xlveryhiden from closed projects but it seemed to work when i tested, might be worth a try?&lt;br /&gt;
&lt;br /&gt;
let me know&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>I made this, one of thoes thing you start, but never finish: It work ok, but needs more work, which i might do one day. <br />
It was not for opening up xlveryhiden from closed projects but it seemed to work when i tested, might be worth a try?</p>
<p>let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-55</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 16 Dec 2004 00:20:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-55</guid>
		<description>John,&lt;br /&gt;
&lt;br /&gt;
You make a good point,  I made the assumption the workbook was unprotected.  I&#039;m unaware of how to accomplish this with a protected project.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>You make a good point,  I made the assumption the workbook was unprotected.  I&#8217;m unaware of how to accomplish this with a protected project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mansfield</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-54</link>
		<dc:creator>John Mansfield</dc:creator>
		<pubDate>Wed, 15 Dec 2004 22:50:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-54</guid>
		<description>The code works OK if you can get into the project, but how would you approach the problem if the author had used VBA to set the visible properties of the hidden sheets to &quot;xlVeryHidden&quot; and then locked and passcoded the project?  -- Just a thought.</description>
		<content:encoded><![CDATA[<p>The code works OK if you can get into the project, but how would you approach the problem if the author had used VBA to set the visible properties of the hidden sheets to &#8220;xlVeryHidden&#8221; and then locked and passcoded the project?  &#8212; Just a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-53</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 14 Dec 2004 14:41:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-53</guid>
		<description>Good point Jon.  &lt;br /&gt;
&lt;br /&gt;
My stubornness towards the immediate window and msgbox habits have been tough ones to conquer.  Thanks.</description>
		<content:encoded><![CDATA[<p>Good point Jon.  </p>
<p>My stubornness towards the immediate window and msgbox habits have been tough ones to conquer.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-52</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 14 Dec 2004 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-52</guid>
		<description>You don&#039;t need to add a module for a small, temporary macro like this.&lt;br /&gt;
&lt;br /&gt;
In the immediate window, type this line and press Enter:&lt;br /&gt;
&lt;br /&gt;
For Each WS in Worksheets : WS.Visible = True : Next&lt;br /&gt;
&lt;br /&gt;
Much faster.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to add a module for a small, temporary macro like this.</p>
<p>In the immediate window, type this line and press Enter:</p>
<p>For Each WS in Worksheets : WS.Visible = True : Next</p>
<p>Much faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.356 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 14:07:56 -->
