<?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>loops - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/tag/loops/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/tag/loops/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 03 Aug 2021 17:27:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://simpleexcelvba.com/wp-content/uploads/2019/11/cropped-logo-32x32.png</url>
	<title>loops - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/tag/loops/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Looping performance 2 &#8211; can I speed it up?</title>
		<link>https://simpleexcelvba.com/looping-performance-2-can-i-speed-it-up/</link>
					<comments>https://simpleexcelvba.com/looping-performance-2-can-i-speed-it-up/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 08:35:42 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to increase performance of loops in vba]]></category>
		<category><![CDATA[how to speed up loop]]></category>
		<category><![CDATA[loops]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=814</guid>

					<description><![CDATA[<p>After last tests I was not so surprised, but still proud of myself that found the difference between all in one loop and separated. However, I still felt a bit unsatisfied with possibly existing, other solutions and speed up looping performance. That&#8217;s why I decided to implement further modification. For those who did not read &#8230; <a href="https://simpleexcelvba.com/looping-performance-2-can-i-speed-it-up/" class="more-link">Continue reading<span class="screen-reader-text"> "Looping performance 2 &#8211; can I speed it up?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/looping-performance-2-can-i-speed-it-up/">Looping performance 2 &#8211; can I speed it up?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/looping-performance-2-can-i-speed-it-up/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Looping performance &#8211; all in one or separated loops?</title>
		<link>https://simpleexcelvba.com/looping-performance-all-in-one-or-separated-loops/</link>
					<comments>https://simpleexcelvba.com/looping-performance-all-in-one-or-separated-loops/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Wed, 24 Jun 2020 08:30:06 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to increase performance in vba]]></category>
		<category><![CDATA[how to increase performance of loops in vba]]></category>
		<category><![CDATA[how to speed up loop]]></category>
		<category><![CDATA[loops]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=790</guid>

					<description><![CDATA[<p>Recently I was working on complex tool, which was doing some actions on Excel cells. In some cases it took a while to process whole example data workbook. Thinking how to speed up the code I asked myself what will be better in case of looping performance &#8211; all procedures in one loop or all &#8230; <a href="https://simpleexcelvba.com/looping-performance-all-in-one-or-separated-loops/" class="more-link">Continue reading<span class="screen-reader-text"> "Looping performance &#8211; all in one or separated loops?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/looping-performance-all-in-one-or-separated-loops/">Looping performance &#8211; all in one or separated loops?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/looping-performance-all-in-one-or-separated-loops/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Video tutorial: For vs For Each &#8211; which is faster?</title>
		<link>https://simpleexcelvba.com/video-tutorial-for-vs-for-each-which-is-faster/</link>
					<comments>https://simpleexcelvba.com/video-tutorial-for-vs-for-each-which-is-faster/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Wed, 29 Apr 2020 08:26:48 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[loops]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=784</guid>

					<description><![CDATA[<p>Welcome to my next YouTube tutorial video, which is about loops comparison &#8211; For vs For each &#8211; which is faster? Watch it here or go to my channel.Enjoy the video, leave a like and subscribe to my channel!</p>
<p>The post <a href="https://simpleexcelvba.com/video-tutorial-for-vs-for-each-which-is-faster/">Video tutorial: For vs For Each &#8211; which is faster?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/video-tutorial-for-vs-for-each-which-is-faster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>For vs For Each &#8211; which is faster?</title>
		<link>https://simpleexcelvba.com/for-vs-for-each-which-is-faster/</link>
					<comments>https://simpleexcelvba.com/for-vs-for-each-which-is-faster/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 17:57:10 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[loops]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">http://simpleexcelvba.com/?p=39</guid>

					<description><![CDATA[<p>Some time ago, when I was learning about looping I read that &#8220;You should avoid For Each loop when it is not necessary&#8221; or something like that. From that time I was trying to use only For loops. You can imagine my surprise when some guy with over 50k reputation points on StackOverflow said to &#8230; <a href="https://simpleexcelvba.com/for-vs-for-each-which-is-faster/" class="more-link">Continue reading<span class="screen-reader-text"> "For vs For Each &#8211; which is faster?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/for-vs-for-each-which-is-faster/">For vs For Each &#8211; which is faster?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/for-vs-for-each-which-is-faster/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
