Excel / Combo Box

Dick7Access

Dick S
Local time
Today, 16:00
Joined
Jun 9, 2009
Messages
4,309
Is there a way to have an comb box in Excel
 
yes, put the combo on the form (form control), or sheet (activeX).
set it to the range of data.
 
There are advantages and disadvantages to inserting a combo box that's either a form style or ActiveX style personally I kind of prefer the the form one, you get more event options. But the activex1 will work too .. or you can just put data validation in the cell and that will be your drop-down.
 
There are advantages and disadvantages to inserting a combo box that's either a form style or ActiveX style personally I kind of prefer the the form one, you get more event options. But the activex1 will work too .. or you can just put data validation in the cell and that will be your drop-down.
I agree with this. More often I am using the last one.
 
I just use Data Validation for a cell/column and that produces a combo ?
 

Users who are viewing this thread

Back
Top Bottom