<?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>Arrays - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/category/arrays/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/category/arrays/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 01 Feb 2022 20:39:57 +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>Arrays - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/category/arrays/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to copy object collection data to worksheet?</title>
		<link>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/</link>
					<comments>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 17:16:58 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to copy object collection data to spreadsheet]]></category>
		<category><![CDATA[how to loop through collection of class objects and put the data into excel worksheet]]></category>
		<category><![CDATA[how to write up collection to spreadsheet range]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1573</guid>

					<description><![CDATA[<p>The main topic seems to be really simple and obvious, but the truth is probably quite different than You could expect. In this article I want to show You how to copy object collection data into worksheet, but faster. Background story Of course, the best topics for articles are the real ones.I had a collection, &#8230; <a href="https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/" class="more-link">Continue reading<span class="screen-reader-text"> "How to copy object collection data to worksheet?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/">How to copy object collection data to worksheet?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Video tutorial: How to declare array in Excel VBA</title>
		<link>https://simpleexcelvba.com/video-tutorial-how-to-declare-array-in-excel-vba/</link>
					<comments>https://simpleexcelvba.com/video-tutorial-how-to-declare-array-in-excel-vba/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 02 Jul 2020 10:16:33 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=942</guid>

					<description><![CDATA[<p>In this video I&#8217;m presenting to You three methods, which I&#8217;m mainly using in my codes &#8211; array as range, loop to array and array as words list.Watch it here or go to my channel.Enjoy the video, please leave a like and subscribe!</p>
<p>The post <a href="https://simpleexcelvba.com/video-tutorial-how-to-declare-array-in-excel-vba/">Video tutorial: How to declare array in Excel VBA</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/video-tutorial-how-to-declare-array-in-excel-vba/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>Video tutorial: Change variables value in array</title>
		<link>https://simpleexcelvba.com/video-tutorial-change-variables-value-in-array/</link>
					<comments>https://simpleexcelvba.com/video-tutorial-change-variables-value-in-array/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 25 Jun 2020 08:03:45 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=934</guid>

					<description><![CDATA[<p>There are variables put inside array. Will variables value change, if array values change?Watch it here or go to my channel.Enjoy the video, please leave a like and subscribe!</p>
<p>The post <a href="https://simpleexcelvba.com/video-tutorial-change-variables-value-in-array/">Video tutorial: Change variables value in array</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/video-tutorial-change-variables-value-in-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Video tutorial: Store color property &#8211; array vs table speed comparison</title>
		<link>https://simpleexcelvba.com/video-tutorial-store-color-property-array-vs-table-speed-comparison/</link>
					<comments>https://simpleexcelvba.com/video-tutorial-store-color-property-array-vs-table-speed-comparison/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 18 Jun 2020 10:26:23 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=920</guid>

					<description><![CDATA[<p>Is it possible to store for example color property in VBA array? If yes, which approach is faster &#8211; array or standard Excel table?Watch it here or go to&#160;my channel.Enjoy the video, please leave a like and subscribe!</p>
<p>The post <a href="https://simpleexcelvba.com/video-tutorial-store-color-property-array-vs-table-speed-comparison/">Video tutorial: Store color property &#8211; array vs table speed comparison</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/video-tutorial-store-color-property-array-vs-table-speed-comparison/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Video tutorial: Can arrays store cell color property?</title>
		<link>https://simpleexcelvba.com/video-tutorial-can-arrays-store-cell-color-property/</link>
					<comments>https://simpleexcelvba.com/video-tutorial-can-arrays-store-cell-color-property/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 11 Jun 2020 08:46:54 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=907</guid>

					<description><![CDATA[<p>We all know that arrays can store values, for example 2 dimensional array can hold standard Excel table. But can arrays store cell color property?Watch it here or go to my channel.Enjoy the video, please leave a like and subscribe!</p>
<p>The post <a href="https://simpleexcelvba.com/video-tutorial-can-arrays-store-cell-color-property/">Video tutorial: Can arrays store cell color property?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/video-tutorial-can-arrays-store-cell-color-property/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
