Thread: Fill Combo Box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
krsone21121983 krsone21121983 is offline
external usenet poster
 
Posts: 1
Default Fill Combo Box

Hello,

i have inserted a ComboBox called "ComboBox1" into an Excel Sheet. Now
I would like to fill this using vba.

unfortunately ComboBox1.additem "test" does not work. this only seems
to work when i insert a combobox into a user form.

how do i fill the combo box that is placed directly into the excel
sheet using vba?

thanks for your help