Drop Down / Combo Box return value

Mark.B

Board Regular
Joined
Jun 14, 2004
Messages
136
I have created a number of drop down / combo boxes using the 'Forms' toolbar. I have been able to set the 'input range' and the 'cell link', but was wondering if the drop down / combo box could return the name of the item selected rather than the positon / value e.g. If I had a list with London, Sheffield and Birmingham, and selected Sheffield using the drop down box, it would return "Sheffield" rather than "2".

Can anyone help ?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Mark,
For what you're asking you'd be better off using the ActiveX ComboBox from the Control Toolbox toolbar instead of the one from the Forms toolbar.

The properties and such are a little different to set up (not harder, just different) and you have more options available to you.

The input range is in the properties as "ListFillRange" and the cell link is the "LinkedCell" property.

Now that you've got all your first ones done, you get to start all over again! :LOL:

Hope it helps,
Dan
 
Upvote 0

Forum statistics

Threads
1,203,483
Messages
6,055,673
Members
444,807
Latest member
RustyExcel

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top