<?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: Freeze Panes</title>
	<atom:link href="http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/</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: Mark</title>
		<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/comment-page-1/#comment-65</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 13 Oct 2005 08:39:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-65</guid>
		<description>Not sure off the top of my head, may have to hit the newsgroups.</description>
		<content:encoded><![CDATA[<p>Not sure off the top of my head, may have to hit the newsgroups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/comment-page-1/#comment-64</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 29 Sep 2005 04:58:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-64</guid>
		<description>How do you remove the darker spreadsheet lines that show where the frozen panes begin/end?  I&#039;d like to do that via vba if possible.&lt;br /&gt;
&lt;br /&gt;
Matt</description>
		<content:encoded><![CDATA[<p>How do you remove the darker spreadsheet lines that show where the frozen panes begin/end?  I&#8217;d like to do that via vba if possible.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/comment-page-1/#comment-62</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 07 Jun 2005 13:00:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-62</guid>
		<description>Steve,&lt;br /&gt;
&lt;br /&gt;
The VBA to scroll around is here: &lt;a href=&quot;http://www.automateexcel.com/index.php?blog=1&amp;s=scroll&amp;page=1&amp;disp=posts&amp;paged=2&quot; rel=&quot;nofollow&quot;&gt;VBA: Scroll Vertically and Scroll Horizontally&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I&#039;m guessing that should work for you.&lt;br /&gt;
&lt;br /&gt;
Maybe:&lt;br /&gt;
&lt;br /&gt;
ActiveWindow.ScrollRow = 1&lt;br /&gt;
ActiveWindow.ScrollColumn = 1</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>The VBA to scroll around is here: <a href="http://www.automateexcel.com/index.php?blog=1&amp;s=scroll&amp;page=1&amp;disp=posts&amp;paged=2" rel="nofollow">VBA: Scroll Vertically and Scroll Horizontally</a></p>
<p>I&#8217;m guessing that should work for you.</p>
<p>Maybe:</p>
<p>ActiveWindow.ScrollRow = 1<br />
ActiveWindow.ScrollColumn = 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.automateexcel.com/2005/01/03/excel_vba_freeze_panes/comment-page-1/#comment-63</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 07 Jun 2005 09:01:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-63</guid>
		<description>On a worksheet where panes are frozen, and the workbook is scrolled to the right, how do you use VBA to scroll the columns right of the freeze back to their original position, so that all columns are visible from left to right?</description>
		<content:encoded><![CDATA[<p>On a worksheet where panes are frozen, and the workbook is scrolled to the right, how do you use VBA to scroll the columns right of the freeze back to their original position, so that all columns are visible from left to right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

