<?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: Select All Worksheet Tabs</title>
	<atom:link href="http://www.automateexcel.com/2005/02/15/excel_select_all_worksheet_tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/02/15/excel_select_all_worksheet_tabs/</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: Vishwa</title>
		<link>http://www.automateexcel.com/2005/02/15/excel_select_all_worksheet_tabs/comment-page-1/#comment-2381</link>
		<dc:creator>Vishwa</dc:creator>
		<pubDate>Thu, 17 Nov 2011 12:50:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-2381</guid>
		<description>Hi Vishwas, if you want to select all sheets of your workbook where the sheet number is huge, it will be very difficult to select manually. You can take help of VBA. 
Just paste the below code under a command button Click Event. On clicking on that button1, all the sheets of the workbook will be selected.

========================================
Private Sub CommandButton1_Click()
Sheets.Select
End Sub
=========================================

&lt;a href=&quot;http://www.learnexcelmacro.com&quot; rel=&quot;nofollow&quot;&gt;Learn Excel Macro&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Vishwas, if you want to select all sheets of your workbook where the sheet number is huge, it will be very difficult to select manually. You can take help of VBA.<br />
Just paste the below code under a command button Click Event. On clicking on that button1, all the sheets of the workbook will be selected.</p>
<p>========================================<br />
Private Sub CommandButton1_Click()<br />
Sheets.Select<br />
End Sub<br />
=========================================</p>
<p><a href="http://www.learnexcelmacro.com" rel="nofollow">Learn Excel Macro</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishwas Rathi</title>
		<link>http://www.automateexcel.com/2005/02/15/excel_select_all_worksheet_tabs/comment-page-1/#comment-1451</link>
		<dc:creator>Vishwas Rathi</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:52:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-1451</guid>
		<description>Didnt realise selecting all worksheets would be so simple. but it did the trick. I have excel file with 270 worksheets. All i wanted was to make the zoom %age 80 on all and obviously cant do that on each one separately, so visited this page and wow..... 

Thanks very much.</description>
		<content:encoded><![CDATA[<p>Didnt realise selecting all worksheets would be so simple. but it did the trick. I have excel file with 270 worksheets. All i wanted was to make the zoom %age 80 on all and obviously cant do that on each one separately, so visited this page and wow&#8230;.. </p>
<p>Thanks very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

