<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Using a For Loop	</title>
	<atom:link href="https://excelzoom.com/using-a-for-loop/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/using-a-for-loop/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Mon, 16 Dec 2013 20:48:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Meni Porat		</title>
		<link>https://excelzoom.com/using-a-for-loop/#comment-937</link>

		<dc:creator><![CDATA[Meni Porat]]></dc:creator>
		<pubDate>Sun, 01 Dec 2013 22:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://excelzoom.com/?p=101#comment-937</guid>

					<description><![CDATA[Hi,
I&#039;ve been looking into the For loop example macro. 
Even though it&#039;s relatively simple, I have a suggestion for improvement.
You don&#039;t need to select each and every entity (cell) within the loop.
If would be simpler and more efficient if you wrote:
For x = 1 to 20
   If cells (x, 1) = &quot;&quot; then
      cells(x,1).interior.color = 65535
   end if
next x
Besides, I think that it is always good practice to define your variables explicitly.

Best regards, 
Meni Porat]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been looking into the For loop example macro.<br />
Even though it&#8217;s relatively simple, I have a suggestion for improvement.<br />
You don&#8217;t need to select each and every entity (cell) within the loop.<br />
If would be simpler and more efficient if you wrote:<br />
For x = 1 to 20<br />
   If cells (x, 1) = &#8220;&#8221; then<br />
      cells(x,1).interior.color = 65535<br />
   end if<br />
next x<br />
Besides, I think that it is always good practice to define your variables explicitly.</p>
<p>Best regards,<br />
Meni Porat</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
