<?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: Remove Blank Rows</title>
	<atom:link href="http://www.automateexcel.com/2004/12/20/excel_vba_remove_blank_rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/12/20/excel_vba_remove_blank_rows/</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: Nazri</title>
		<link>http://www.automateexcel.com/2004/12/20/excel_vba_remove_blank_rows/comment-page-1/#comment-1772</link>
		<dc:creator>Nazri</dc:creator>
		<pubDate>Wed, 10 Nov 2010 13:48:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-1772</guid>
		<description>use replace space bar with empty (&quot;&quot;) before looping.</description>
		<content:encoded><![CDATA[<p>use replace space bar with empty (&#8220;&#8221;) before looping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2004/12/20/excel_vba_remove_blank_rows/comment-page-1/#comment-61</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 21 Dec 2004 18:50:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-61</guid>
		<description>Thanks for the tip John, I wasn&#039;t aware of the &quot;spacebar delete&quot;.  &lt;br /&gt;
&lt;br /&gt;
Autofilter fails when the dataset is lacking headers, and you can&#039;t TRIM a row...scratching head...</description>
		<content:encoded><![CDATA[<p>Thanks for the tip John, I wasn&#8217;t aware of the &#8220;spacebar delete&#8221;.  </p>
<p>Autofilter fails when the dataset is lacking headers, and you can&#8217;t TRIM a row&#8230;scratching head&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mansfield</title>
		<link>http://www.automateexcel.com/2004/12/20/excel_vba_remove_blank_rows/comment-page-1/#comment-60</link>
		<dc:creator>John Mansfield</dc:creator>
		<pubDate>Tue, 21 Dec 2004 13:27:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-60</guid>
		<description>Concerning the possibility of data that might have been entered and then deleted . . . I&#039;ve found that some Excel users will delete data using the space bar as opposed to the delete key.  They like to use the spacebar because they can hit it with their left hand while hitting the enter key with their right to quickly move down a column.  If the space bar is used, the cell looks blank but really is not.  Although the macro is technically correct, the novice user might interpret the macro as failing if he or she uses a spacebar to delete data and then runs the macro.&lt;br /&gt;
&lt;br /&gt;
A test of this would be to enter the letters A, B, C, D, E, and F in the cell range A1:A6.  Go to cell A3 and delete the C using the spacebar.  Then go to cell A5 and delete the E using the spacebar.  Run the macro and nothing happens.  However, if you were to use the delete key the macro works fine.&lt;br /&gt;
&lt;br /&gt;
A possible alternative that covers both bases might be to use a macro that autofilters the data and then deletes the blank rows.  &lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Concerning the possibility of data that might have been entered and then deleted . . . I&#8217;ve found that some Excel users will delete data using the space bar as opposed to the delete key.  They like to use the spacebar because they can hit it with their left hand while hitting the enter key with their right to quickly move down a column.  If the space bar is used, the cell looks blank but really is not.  Although the macro is technically correct, the novice user might interpret the macro as failing if he or she uses a spacebar to delete data and then runs the macro.</p>
<p>A test of this would be to enter the letters A, B, C, D, E, and F in the cell range A1:A6.  Go to cell A3 and delete the C using the spacebar.  Then go to cell A5 and delete the E using the spacebar.  Run the macro and nothing happens.  However, if you were to use the delete key the macro works fine.</p>
<p>A possible alternative that covers both bases might be to use a macro that autofilters the data and then deletes the blank rows.  </p>
]]></content:encoded>
	</item>
</channel>
</rss>

