<?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: Excel 2007: Eliminate Blank Rows in a Spreadsheet</title>
	<atom:link href="http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-52761</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:14:31 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52761</guid>
		<description>I&#039;ve googled to my whit&#039;s end, and all the websites give this same advice, but when I do it, it selects ONLY the first contiguous group of empty rows, and none of the other empty rows.  Is there any way I can change that?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve googled to my whit&#8217;s end, and all the websites give this same advice, but when I do it, it selects ONLY the first contiguous group of empty rows, and none of the other empty rows.  Is there any way I can change that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-50940</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 25 Oct 2011 09:39:48 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50940</guid>
		<description>I need to delete a range of rows.. I used conditional formatting to select a set of rows, how do I delete - if i press delete - the header row is getting deleted</description>
		<content:encoded><![CDATA[<p>I need to delete a range of rows.. I used conditional formatting to select a set of rows, how do I delete &#8211; if i press delete &#8211; the header row is getting deleted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shereen</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-50939</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 25 Oct 2011 09:19:53 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-50939</guid>
		<description>How do you find a blank row? Do you use Find/Replace?</description>
		<content:encoded><![CDATA[<p>How do you find a blank row? Do you use Find/Replace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kate</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-48838</link>
		<dc:creator>Kate</dc:creator>
		<pubDate>Wed, 24 Aug 2011 16:14:05 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48838</guid>
		<description>Thank you so much. This saved me tons of time!</description>
		<content:encoded><![CDATA[<p>Thank you so much. This saved me tons of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajen Lama</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-47846</link>
		<dc:creator>Rajen Lama</dc:creator>
		<pubDate>Fri, 08 Apr 2011 01:13:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47846</guid>
		<description>Rajen Lama
Thanks Pete it works wonder</description>
		<content:encoded><![CDATA[<p>Rajen Lama<br />
Thanks Pete it works wonder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zinahewitt</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-47621</link>
		<dc:creator>Zinahewitt</dc:creator>
		<pubDate>Thu, 31 Mar 2011 16:35:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47621</guid>
		<description>Sub deleteBlankRows()
&#039;
&#039; deleteBlankRows Macro
&#039; Delete blank rows
&#039;

&#039;
    Columns(&quot;C:C&quot;).Select
    Selection.SpecialCells(xlCellTypeBlanks).Select
    Selection.EntireRow.Delete
End Sub</description>
		<content:encoded><![CDATA[<p>Sub deleteBlankRows()<br />
&#8216;<br />
&#8216; deleteBlankRows Macro<br />
&#8216; Delete blank rows<br />
&#8216;</p>
<p>&#8216;<br />
    Columns(&#8220;C:C&#8221;).Select<br />
    Selection.SpecialCells(xlCellTypeBlanks).Select<br />
    Selection.EntireRow.Delete<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaitken0308</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-46843</link>
		<dc:creator>Jaitken0308</dc:creator>
		<pubDate>Wed, 02 Mar 2011 20:00:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46843</guid>
		<description>Question: 

This works well, but I have many cells that use if statements to read info from other sheets.  It goes something like this: 
&quot;If this certain cell from this certain sheet is blank, do nothing, else do this&quot;

So many cells are &quot;blank&quot; but contain formulas in them.  How can I select all the rows that &quot;appear&quot; blank and delete them?</description>
		<content:encoded><![CDATA[<p>Question: </p>
<p>This works well, but I have many cells that use if statements to read info from other sheets.  It goes something like this:<br />
&#8220;If this certain cell from this certain sheet is blank, do nothing, else do this&#8221;</p>
<p>So many cells are &#8220;blank&#8221; but contain formulas in them.  How can I select all the rows that &#8220;appear&#8221; blank and delete them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhadip82</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-44406</link>
		<dc:creator>Subhadip82</dc:creator>
		<pubDate>Thu, 02 Dec 2010 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-44406</guid>
		<description>sort the data by the row</description>
		<content:encoded><![CDATA[<p>sort the data by the row</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maneesh George</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-42592</link>
		<dc:creator>Maneesh George</dc:creator>
		<pubDate>Wed, 22 Sep 2010 12:21:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42592</guid>
		<description>Hey It really works</description>
		<content:encoded><![CDATA[<p>Hey It really works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay2345</title>
		<link>http://www.tech-recipes.com/rx/2189/excel_2007_eliminate_blank_rows/comment-page-1/#comment-41443</link>
		<dc:creator>Vijay2345</dc:creator>
		<pubDate>Wed, 11 Aug 2010 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41443</guid>
		<description>Thanks, that was big help.</description>
		<content:encoded><![CDATA[<p>Thanks, that was big help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.132 seconds using memcached
Object Caching 417/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 02:31:20 -->
