<?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"
	>
<channel>
	<title>Comments on: Excel: How do I create a drop-down menu? (that includes the arrow)?</title>
	<atom:link href="http://create-email-list.com/c/194/feed" rel="self" type="application/rss+xml" />
	<link>http://create-email-list.com/c/194</link>
	<description>Create your own email list now!</description>
	<pubDate>Fri, 10 Sep 2010 08:59:12 +0000</pubDate>
	
		<item>
		<title>By: devilishblueyes</title>
		<link>http://create-email-list.com/c/194#comment-339</link>
		<dc:creator>devilishblueyes</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://create-email-list.com/c/194#comment-339</guid>
		<description>Tim and wvl have the right ideas.  The combo box from the Forms toolbar is easier to use.  But it is also an older version and has less options.  Also, you'll probably have a more likely chance of that combo box being no longer able to be used in newer versions of Excel.  I'm not sure if it is available in 2007, it might be.  For it though, you just right-click the control, then format the control.  Then you go the Control tab and enter your input range for the list to be displayed in the combo box.  Then select the linked cell range for the cell that is going to change based on what you select.

The Combo Box from the Control Toolbox toolbar is much more up-to-date and has a lot more options.  But adding the list is slightly more complicated.  Also, a combo box from the Control Toolbox tool bar works much better with macros.

The simplest way to enter the list for a combo box from the control toolbox is to right click the combo box right after you create the combo box.  Then click Properties.  Then look for ListFillRange.  Enter the range in that propert section.  So if you want to grab the list from A1:A4 on the current worksheet type A1:A4.  No quotes or anything have to go around range.  You reference the cells just like you would in Excel formula, but without the equals sign.  So to reference cells on another worksheet, say Sheet2, you'd do it like so:

Sheet2!A1:A4

If there is a space in the worksheet's name, you need single quotes around the worksheet name.  So if it was Sheet 2 with a space between Sheet and 2, you'd need:

'Sheet 2'!A1:A4

Then go to the LinkedCell property.  That is the cell that will change based on what you pick from the dropdown list.  So it is similar to the Forms one.

After you are done, close the properties window.  Then click the button on the Control Toolbox toolbar that looks like a drafting triangle.  That button takes the objects you create in and out of Edit mode.  So you are exiting the edit mode to finish.  

As you might notice, you can change the size of the font, the type of font, the alignment of the text, etc with the Control Toolbox's combobox.  You can't do all of that with the one from the Form toolbar.

I personally recommend going for the one from the Control Toolbox menu.  It may be a little more complicated, but it is much better.</description>
		<content:encoded><![CDATA[<p>Tim and wvl have the right ideas.  The combo box from the Forms toolbar is easier to use.  But it is also an older version and has less options.  Also, you&#039;ll probably have a more likely chance of that combo box being no longer able to be used in newer versions of Excel.  I&#039;m not sure if it is available in 2007, it might be.  For it though, you just right-click the control, then format the control.  Then you go the Control tab and enter your input range for the list to be displayed in the combo box.  Then select the linked cell range for the cell that is going to change based on what you select.</p>
<p>The Combo Box from the Control Toolbox toolbar is much more up-to-date and has a lot more options.  But adding the list is slightly more complicated.  Also, a combo box from the Control Toolbox tool bar works much better with macros.</p>
<p>The simplest way to enter the list for a combo box from the control toolbox is to right click the combo box right after you create the combo box.  Then click Properties.  Then look for ListFillRange.  Enter the range in that propert section.  So if you want to grab the list from A1:A4 on the current worksheet type A1:A4.  No quotes or anything have to go around range.  You reference the cells just like you would in Excel formula, but without the equals sign.  So to reference cells on another worksheet, say Sheet2, you&#039;d do it like so:</p>
<p>Sheet2!A1:A4</p>
<p>If there is a space in the worksheet&#039;s name, you need single quotes around the worksheet name.  So if it was Sheet 2 with a space between Sheet and 2, you&#039;d need:</p>
<p>&#039;Sheet 2&#039;!A1:A4</p>
<p>Then go to the LinkedCell property.  That is the cell that will change based on what you pick from the dropdown list.  So it is similar to the Forms one.</p>
<p>After you are done, close the properties window.  Then click the button on the Control Toolbox toolbar that looks like a drafting triangle.  That button takes the objects you create in and out of Edit mode.  So you are exiting the edit mode to finish.  </p>
<p>As you might notice, you can change the size of the font, the type of font, the alignment of the text, etc with the Control Toolbox&#039;s combobox.  You can&#039;t do all of that with the one from the Form toolbar.</p>
<p>I personally recommend going for the one from the Control Toolbox menu.  It may be a little more complicated, but it is much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wvl</title>
		<link>http://create-email-list.com/c/194#comment-338</link>
		<dc:creator>wvl</dc:creator>
		<pubDate>Mon, 12 Oct 2009 15:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://create-email-list.com/c/194#comment-338</guid>
		<description>You can also get a combo box from the control toolbox. you get an active X control. Double click in it and you go directly to visual basic and can add code to do what you want it to do.</description>
		<content:encoded><![CDATA[<p>You can also get a combo box from the control toolbox. you get an active X control. Double click in it and you go directly to visual basic and can add code to do what you want it to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcgyver5</title>
		<link>http://create-email-list.com/c/194#comment-337</link>
		<dc:creator>mcgyver5</dc:creator>
		<pubDate>Sat, 10 Oct 2009 02:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://create-email-list.com/c/194#comment-337</guid>
		<description>that behavior is not alterable.

the only thing I could think of is to find a clipart of a black down arrow and place it in the cell.  Then, once you have it in the right place, right-click on the image and turn it into a hyperlink pointing at that cell.
Of course, this isn't great because there will still be a second black arrow showing up when user brings focus to that cell.
And, look for a way to expand the dropdown list when the user clicks on the image.</description>
		<content:encoded><![CDATA[<p>that behavior is not alterable.</p>
<p>the only thing I could think of is to find a clipart of a black down arrow and place it in the cell.  Then, once you have it in the right place, right-click on the image and turn it into a hyperlink pointing at that cell.<br />
Of course, this isn&#039;t great because there will still be a second black arrow showing up when user brings focus to that cell.<br />
And, look for a way to expand the dropdown list when the user clicks on the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toadums</title>
		<link>http://create-email-list.com/c/194#comment-336</link>
		<dc:creator>Toadums</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://create-email-list.com/c/194#comment-336</guid>
		<description>just select your list and then go Data &gt; filter &gt; Auto Filter.

Is that wat you needed?</description>
		<content:encoded><![CDATA[<p>just select your list and then go Data > filter > Auto Filter.</p>
<p>Is that wat you needed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://create-email-list.com/c/194#comment-335</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 04 Oct 2009 21:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://create-email-list.com/c/194#comment-335</guid>
		<description>It sounds like you are using the Data Validation drop-down list. That only becomes active when you click the cell.

If you want the drop-down to be visible at all times, use the control from the Forms toolbar instead. Go to View --&gt; Toolbars and click on Forms. On that toolbar, you will find a combo box (drop-down list) control. Click that and then click and drag on your worksheet where you want it to appear.

To use the control, you will need to have a list in your worksheet that contains the items to be shown in the combo box. Once you have that list, right click the control and choose Format Control. Specify the location of your list and where you want it to report the number of the item that was chosen.

When you choose an item from the list, the control will set a value in the Cell Link cell. You can reference that number to figure out which item was selected, and then your formula can respond appropriately.

Tim</description>
		<content:encoded><![CDATA[<p>It sounds like you are using the Data Validation drop-down list. That only becomes active when you click the cell.</p>
<p>If you want the drop-down to be visible at all times, use the control from the Forms toolbar instead. Go to View &#8211;> Toolbars and click on Forms. On that toolbar, you will find a combo box (drop-down list) control. Click that and then click and drag on your worksheet where you want it to appear.</p>
<p>To use the control, you will need to have a list in your worksheet that contains the items to be shown in the combo box. Once you have that list, right click the control and choose Format Control. Specify the location of your list and where you want it to report the number of the item that was chosen.</p>
<p>When you choose an item from the list, the control will set a value in the Cell Link cell. You can reference that number to figure out which item was selected, and then your formula can respond appropriately.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
