<?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>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ahmad Jalalhosseini</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-2191</link>
		<dc:creator>Ahmad Jalalhosseini</dc:creator>
		<pubDate>Wed, 17 Aug 2011 09:10:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-2191</guid>
		<description>if we create an object of Excell and next get that object,by GetObject,we hide or   unhide

 Set ObjEXCELL = CreateObject(&quot;Excel.Sheet&quot;)
 ObjEXCELL.Application.Workbooks.Open ExcellFileName       
 Set ObjEXCELL = GetObject(ExcellFileName)
 ...
 ...
 ObjEXCELL.Save
 ObjEXCELL.Close</description>
		<content:encoded><![CDATA[<p>if we create an object of Excell and next get that object,by GetObject,we hide or   unhide</p>
<p> Set ObjEXCELL = CreateObject(&#8220;Excel.Sheet&#8221;)<br />
 ObjEXCELL.Application.Workbooks.Open ExcellFileName<br />
 Set ObjEXCELL = GetObject(ExcellFileName)<br />
 &#8230;<br />
 &#8230;<br />
 ObjEXCELL.Save<br />
 ObjEXCELL.Close</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikhil</title>
		<link>http://www.automateexcel.com/2004/12/14/excel_vba_unhide_all_worksheets/comment-page-1/#comment-2015</link>
		<dc:creator>nikhil</dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:36:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-2015</guid>
		<description>You rock man thanksssssssss</description>
		<content:encoded><![CDATA[<p>You rock man thanksssssssss</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

