<?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: Count the Number of Used Rows</title>
	<atom:link href="http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_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: Akash Kundu</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-2102</link>
		<dc:creator>Akash Kundu</dc:creator>
		<pubDate>Tue, 24 May 2011 12:39:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-2102</guid>
		<description>Thanks a ton!!!!</description>
		<content:encoded><![CDATA[<p>Thanks a ton!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet Goel</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-2041</link>
		<dc:creator>Puneet Goel</dc:creator>
		<pubDate>Fri, 01 Apr 2011 09:09:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-2041</guid>
		<description>Thanks a ton, wish I got this earlier :-)</description>
		<content:encoded><![CDATA[<p>Thanks a ton, wish I got this earlier <img src='http://www.automateexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-1994</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Wed, 23 Feb 2011 20:16:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-1994</guid>
		<description>Try:

MsgBox WorksheetFunction.CountA(AF:AF)</description>
		<content:encoded><![CDATA[<p>Try:</p>
<p>MsgBox WorksheetFunction.CountA(AF:AF)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank Gerdes</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-1870</link>
		<dc:creator>Hank Gerdes</dc:creator>
		<pubDate>Mon, 13 Dec 2010 21:36:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-1870</guid>
		<description>Not what I want.. I need to count the number of used ( non blank ) cells in a column that may or may not have blank cells. Esample column &quot;AF&quot; has cells in row 12, 35, 256. The answer is 3. There are 3 &quot;used&quot; cells in &quot;AF&quot;.</description>
		<content:encoded><![CDATA[<p>Not what I want.. I need to count the number of used ( non blank ) cells in a column that may or may not have blank cells. Esample column &#8220;AF&#8221; has cells in row 12, 35, 256. The answer is 3. There are 3 &#8220;used&#8221; cells in &#8220;AF&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keen</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-1364</link>
		<dc:creator>Keen</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:53:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-1364</guid>
		<description>You save my day! thanks, it really helps.</description>
		<content:encoded><![CDATA[<p>You save my day! thanks, it really helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimo</title>
		<link>http://www.automateexcel.com/2004/09/07/excel_vba_count_the_number_of_used_rows/comment-page-1/#comment-1302</link>
		<dc:creator>Dimo</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:38:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-1302</guid>
		<description>MsgBox ActiveSheet.UsedRange.Columns.Count

Works for columns&#039; number</description>
		<content:encoded><![CDATA[<p>MsgBox ActiveSheet.UsedRange.Columns.Count</p>
<p>Works for columns&#8217; number</p>
]]></content:encoded>
	</item>
</channel>
</rss>

