<?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>how to increase performance in vba - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/tag/how-to-increase-performance-in-vba/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/tag/how-to-increase-performance-in-vba/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 03 Aug 2021 17:27:04 +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>how to increase performance in vba - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/tag/how-to-increase-performance-in-vba/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Split array to increase performance</title>
		<link>https://simpleexcelvba.com/split-array-to-increase-performance/</link>
					<comments>https://simpleexcelvba.com/split-array-to-increase-performance/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 09:50:00 +0000</pubDate>
				<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to increase performance in vba]]></category>
		<category><![CDATA[split array to increase performance]]></category>
		<category><![CDATA[split array to speed up vba]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=999</guid>

					<description><![CDATA[<p>I already made article about how fast arrays can be comparing to Excel tables. You know that. You know also that arrays need some RAM memory to exist. But can we increase array performance with its split and descrease RAM usage? In this article I will show You if it is possible. In this post &#8230; <a href="https://simpleexcelvba.com/split-array-to-increase-performance/" class="more-link">Continue reading<span class="screen-reader-text"> "Split array to increase performance"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/split-array-to-increase-performance/">Split array to increase performance</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/split-array-to-increase-performance/feed/</wfw:commentRss>
			<slash:comments>4</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>
	</channel>
</rss>
