<?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/"
		>
<channel>
	<title>Comments on: VBA: Array Examples</title>
	<atom:link href="http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JEROME</title>
		<link>http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/comment-page-1/#comment-94</link>
		<dc:creator>JEROME</dc:creator>
		<pubDate>Tue, 01 Nov 2005 08:58:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-94</guid>
		<description>How to convert a word to a number</description>
		<content:encoded><![CDATA[<p>How to convert a word to a number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/comment-page-1/#comment-93</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 22 Feb 2005 00:10:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-93</guid>
		<description>Yeah,  I only seen that a few weeks ago too( in Excel 2002 VBA), you can use it to fill a combo etc - thats the example given in the book. I think that&#039;s what Bullen, et al. mean when they talk about VBA developers and Excel developers - theres no way would have sat down and thought, mumm, i could use the transpose wsk fuction here, but hey, you live and learn!</description>
		<content:encoded><![CDATA[<p>Yeah,  I only seen that a few weeks ago too( in Excel 2002 VBA), you can use it to fill a combo etc &#8211; thats the example given in the book. I think that&#8217;s what Bullen, et al. mean when they talk about VBA developers and Excel developers &#8211; theres no way would have sat down and thought, mumm, i could use the transpose wsk fuction here, but hey, you live and learn!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/comment-page-1/#comment-92</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 21 Feb 2005 21:22:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-92</guid>
		<description>Thanks for the link.  &lt;br /&gt;
&lt;br /&gt;
From the kb article, transpose an array was new to me.</description>
		<content:encoded><![CDATA[<p>Thanks for the link.  </p>
<p>From the kb article, transpose an array was new to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.automateexcel.com/2005/02/20/excel_vba_array_examples/comment-page-1/#comment-91</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Mon, 21 Feb 2005 14:28:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-91</guid>
		<description>on thing that caught me out with arrays a while back was in vb6 you can use array1 = array2 to copy an array, but not in vb5. Depending on how big the array is i now code using a VB5 method, or use an if,  if it&#039;s a big array - the VB6 way is quicker. &lt;br /&gt;
&lt;br /&gt;
Also when working with the worksheet it&#039;s worth baering in mind the SpecialCells method which can save time (http://j-walk.com/ss/excel/tips/tip07.htm)</description>
		<content:encoded><![CDATA[<p>on thing that caught me out with arrays a while back was in vb6 you can use array1 = array2 to copy an array, but not in vb5. Depending on how big the array is i now code using a VB5 method, or use an if,  if it&#8217;s a big array &#8211; the VB6 way is quicker. </p>
<p>Also when working with the worksheet it&#8217;s worth baering in mind the SpecialCells method which can save time (<a href="http://j-walk.com/ss/excel/tips/tip07.htm" rel="nofollow">http://j-walk.com/ss/excel/tips/tip07.htm</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
