<?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; worksheet</title>
	<atom:link href="http://www.automateexcel.com/tag/worksheet/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 Routine to Add and Name Worksheets</title>
		<link>http://www.automateexcel.com/2008/10/11/vba-routine-to-add-and-name-worksheets/</link>
		<comments>http://www.automateexcel.com/2008/10/11/vba-routine-to-add-and-name-worksheets/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 11:56:55 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Worksheets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[vna]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=954</guid>
		<description><![CDATA[The following routine will look at the contents of a single column set up Excel worksheets within the current workbook with these names. It makes a call to another function to see if a sheet with that name already exists, and if so the sheet isn’t created. Private Sub CommandButton1_Click() Call CreateWorksheets(Sheets("Sheet2").Range("A1:a10")) End Sub Sub [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/11/vba-routine-to-add-and-name-worksheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WorkBook Events – Don’t save with Freeze Panes</title>
		<link>http://www.automateexcel.com/2008/09/13/workbook-events-%e2%80%93-don%e2%80%99t-save-with-freeze-panes/</link>
		<comments>http://www.automateexcel.com/2008/09/13/workbook-events-%e2%80%93-don%e2%80%99t-save-with-freeze-panes/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 17:51:50 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[panes]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=874</guid>
		<description><![CDATA[Excel lets us control things through events. This article isn’t a detail discussion on what events are or their features. Instead it gives an example of a WorkBook Event. These are events that are held at the workbook level rather than a particular worksheet. Through VBA we can control what happens at certain events such [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/13/workbook-events-%e2%80%93-don%e2%80%99t-save-with-freeze-panes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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: Macro to Update all Worksheets in Workbook</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_macro_to_update_all_worksheets/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_macro_to_update_all_worksheets/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 01:07:38 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[workbook]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Macro&#8217;s applied to an entire workbook can be handy for extracting data from multiple sheets to a new workbook, applying advanced formatting to all sheets, or many other reasons. Here is the basic syntax and a working code example for vba that works on every sheet in a workbook. The basic syntax for looping through [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_macro_to_update_all_worksheets/feed/</wfw:commentRss>
		<slash:comments>0</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>

