<?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; panes</title>
	<atom:link href="http://www.automateexcel.com/tag/panes/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>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: Freeze Panes</title>
		<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/</link>
		<comments>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/#comments</comments>
		<pubDate>Mon, 03 Jan 2005 13:35:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[freeze]]></category>
		<category><![CDATA[panes]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently posted on Freezing panes in Excel, here&#8217;s how you can do it using VBA: Freeze Rows Rows("1:1").Select ActiveWindow.FreezePanes = True Freeze Columns Range("A:A").Select ActiveWindow.FreezePanes = True Freeze Rows and Columns Range("B2").Select ActiveWindow.FreezePanes = True UnFreeze Panes ActiveWindow.FreezePanes = False]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

