Combo Boxes

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
A combo box on a UserForm, or a combo box added to a worksheet using the Forms toolbar?
 
Upvote 0
I was thinking more along the lines of adding one to a worksheet using the Forms Toolbar, but if you have the answers for both that would be great.
 
Upvote 0
Well, if you make a list of the values you want to appear in your combo box, and enter this list somewhere in your workbook, then add the combobox, goto it's properties, and set the input range equal to the list you created, then that should work.
 
Upvote 0
Yeah, that's what I tried to do - but when I right click on the combo box and select properties, I don't have an option for input range - is there something I'm missing?
 
Upvote 0
Okay, that is for adding MSForms controls. This would require underlying VB code to run.

If you want to add a combobox to a worksheet, please use the "Forms" toolbar.
 
Upvote 0

Forum statistics

Threads
1,221,709
Messages
6,161,431
Members
451,705
Latest member
Priti_190

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