how to use a combo box?

zabiullakhan

Active Member
Joined
Aug 30, 2010
Messages
310
how to use a combo box in in excel by listing the combobox items from excel range of data and access the value of the selected item.

Please help?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
You assign a range of cells as the 'input range' and a spare cell somewhere as the 'linked cell'. When you click an item, the value in the linked cell changes and you use that value to know which item has been selected from the list.

Form controls and ActiveX controls behave slightly differently so try them both and decide which one you prefer.
 
Upvote 0
I'm assuming you're placing this combo box on your worksheet - yes?

There's no programming involved. Create a list of values in a range of cells somewhere. Choose one extra cell to be your 'linked cell'. I suggest that during testing you place these somewhere near your combo box.

If it's a form control, right-click the combo box and select Format Control. Set Input range to your list of values and Cell link to your 'linked cell'. Click out of the combo box.

If it's an ActiveX control, go into Design Mode, right-click the combo box and select Properties. Set ListFillRange to your list of values and LinkedCell to your 'linked cell'. Come out of Design Mode.

You can tell whether it's a form control or ActiveX control by checking the right-click menu: if it has Assign Macro in it, it's a form control; if it has Properties in it, it's an ActiveX control.
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,550
Members
452,927
Latest member
rows and columns

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