<?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: Basing One Listbox on Another</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/03/10/basing-one-listbox-on-another/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/03/10/basing-one-listbox-on-another/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/10/basing-one-listbox-on-another/#comment-30161</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 28 Jan 2008 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1019#comment-30161</guid>
		<description>&lt;p&gt;DM: Strangely, I never use that method.  I don&#039;t know why I did for this post.  I use AddItem, although I don&#039;t consider it more elegant, I just prefer it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/05/07/populating-one-column-listboxcombobox/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/05/07/populating-one-column-listboxcombobox/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/05/10/populating-multi-column-listboxcombobox/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/05/10/populating-multi-column-listboxcombobox/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DM: Strangely, I never use that method.  I don&#8217;t know why I did for this post.  I use AddItem, although I don&#8217;t consider it more elegant, I just prefer it.</p>
<p><a href="http://www.dailydoseofexcel.com/archives/2004/05/07/populating-one-column-listboxcombobox/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/05/07/populating-one-column-listboxcombobox/</a><br />
<a href="http://www.dailydoseofexcel.com/archives/2004/05/10/populating-multi-column-listboxcombobox/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/05/10/populating-multi-column-listboxcombobox/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DM/Diddy</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/10/basing-one-listbox-on-another/#comment-30160</link>
		<dc:creator>DM/Diddy</dc:creator>
		<pubDate>Mon, 28 Jan 2008 21:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1019#comment-30160</guid>
		<description>&lt;p&gt;A problem with this:&lt;/p&gt;
&lt;p&gt;Me.lbxSide.List = rSides.Value&lt;/p&gt;
&lt;p&gt;is that if you only have one cell in the &quot;Sides&quot; range, you get the &quot;Could not set the List property. Invalid property array index&quot; error.&lt;/p&gt;
&lt;p&gt;That&#039;s because the .list property expects a variant array, which you don&#039;t get when the range evaluates to only one item.&lt;/p&gt;
&lt;p&gt;I guess you have to check the size of &quot;Sides&quot; first.  Anyone know a more elegant solution to this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A problem with this:</p>
<p>Me.lbxSide.List = rSides.Value</p>
<p>is that if you only have one cell in the &#8220;Sides&#8221; range, you get the &#8220;Could not set the List property. Invalid property array index&#8221; error.</p>
<p>That&#8217;s because the .list property expects a variant array, which you don&#8217;t get when the range evaluates to only one item.</p>
<p>I guess you have to check the size of &#8220;Sides&#8221; first.  Anyone know a more elegant solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/03/10/basing-one-listbox-on-another/#comment-19332</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 30 Mar 2006 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1019#comment-19332</guid>
		<description>&lt;p&gt;&quot;You can set up a situation where they don&#039;t match, but it takes a bit of extra programming.&quot;&lt;/p&gt;
&lt;p&gt;I need to do it so they don&#039;t match, could you possible provide an example or explain how to do that?&lt;/p&gt;
&lt;p&gt;Thanks for your info&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;You can set up a situation where they don&#8217;t match, but it takes a bit of extra programming.&#8221;</p>
<p>I need to do it so they don&#8217;t match, could you possible provide an example or explain how to do that?</p>
<p>Thanks for your info</p>
<p>Scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

