<?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>UC&#039;s Corner &#187; rows</title>
	<atom:link href="http://yussi.nl/index.php/tag/rows/feed" rel="self" type="application/rss+xml" />
	<link>http://yussi.nl</link>
	<description>Yussi Ariefiyono</description>
	<lastBuildDate>Fri, 24 Jun 2011 13:08:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Count rows in excel vb</title>
		<link>http://yussi.nl/index.php/count-rows-in-excel-vb.html</link>
		<comments>http://yussi.nl/index.php/count-rows-in-excel-vb.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:57:43 +0000</pubDate>
		<dc:creator>yussi ariefiyono</dc:creator>
				<category><![CDATA[vb]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[count rows]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[rows]]></category>

		<guid isPermaLink="false">http://yussi.nl/?p=107</guid>
		<description><![CDATA[problem: we want to count number of rows in excel with VB solution: I create the sub function to count the number of rows depend on where do you want to start! Sub countRows() RowCount = 0 RowNext = 22  ( please change the starting row according to your need) Do While Cells(RowNext, 3).Value &#60;&#62;]]></description>
			<content:encoded><![CDATA[<p><strong>problem:</strong></p>
<p>we want to count number of rows in excel with VB</p>
<p><strong>solution:</strong></p>
<p>I create the sub function to count the number of rows depend on where do you want to start!</p>
<blockquote>
<div id="_mcePaste">Sub countRows()</div>
<div id="_mcePaste">RowCount = 0</div>
<div id="_mcePaste">RowNext = 22  ( please change the starting row according to your need)</div>
<div id="_mcePaste">Do While Cells(RowNext, 3).Value &lt;&gt; 0 ( the &#8220;3&#8243; also need to be changed)</div>
<div id="_mcePaste">RowCount = RowCount + 1</div>
<div id="_mcePaste">RowNext = RowNext + 1</div>
<div id="_mcePaste">Loop</div>
<div id="_mcePaste">&#8216;MsgBox RowCount</div>
<div id="_mcePaste">End Sub</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://yussi.nl/index.php/count-rows-in-excel-vb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

