<?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: Count Array Dimensions</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/07/01/count-array-dimensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/07/01/count-array-dimensions/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: marco vismara</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/01/count-array-dimensions/#comment-21522</link>
		<dc:creator>marco vismara</dc:creator>
		<pubDate>Thu, 09 Nov 2006 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=667#comment-21522</guid>
		<description>&lt;p&gt;dl = UBound(WorksheetFunction.Transpose(divmatrix))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dl = UBound(WorksheetFunction.Transpose(divmatrix))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/01/count-array-dimensions/#comment-1908</link>
		<dc:creator>Colo</dc:creator>
		<pubDate>Fri, 02 Jul 2004 11:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=667#comment-1908</guid>
		<description>&lt;p&gt;Very nice approach Rob!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very nice approach Rob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/01/count-array-dimensions/#comment-1907</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Thu, 01 Jul 2004 22:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=667#comment-1907</guid>
		<description>&lt;p&gt;Here&#039;s the code I use for that purpose.&lt;/p&gt;
&lt;p&gt;Sub test()&lt;br&gt;
    Dim arr(1, 2, 3, 4) As Long&lt;br&gt;
    Dim i As Long&lt;/p&gt;
&lt;p&gt;    On Error Resume Next&lt;br&gt;
    Do: i = i - (LBound(arr, i + 1) * 0 = 0): Loop Until Err.Number&lt;br&gt;
    On Error GoTo 0&lt;/p&gt;
&lt;p&gt;    MsgBox i&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the code I use for that purpose.</p>
<p>Sub test()<br />
    Dim arr(1, 2, 3, 4) As Long<br />
    Dim i As Long</p>
<p>    On Error Resume Next<br />
    Do: i = i &#8211; (LBound(arr, i + 1) * 0 = 0): Loop Until Err.Number<br />
    On Error GoTo 0</p>
<p>    MsgBox i<br />
End Sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

