View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Creatiing a Combo box (ActiveX)

make the control toolbox visible. the upper left icon (with the drawing
triangle) should be depressed (and remain depressed) to put you in design
mode. Right click on the combobox and select properties. If on a
worksheet, you want the listfillrange, and if on a userform, RowSource.
Type in your source range

Sheet1!A1:A20

as an example.

--
Regards,
Tom Ogilvy

"Al Norka" wrote in message
...
Hi,

I would like to know how to create a combo box (ActiveX).

I've selected "combo box" from the "Control tool Box", but I do not know

how to insert the data I want to be displayed.

Does anyone has an example?

Thanks in advance