using forms control on excel sheet.

  • Thread starter Thread starter jaxrpc
  • Start date Start date
J

jaxrpc

Hi , i know how to add combo box etc onto an excel worksheet but how do
i manupilate them?

e.g i have created a combo box on worksheet1 and i want it to holds a
list of items.

a link to a tutorial or some simple examples will help


thanks
 
Since it's a forms control, right-click the combobox, choose Format
Control. In the Control tab, choose an input range that holds your
list and a Cell Link cell to hold the result.
 
Back
Top