D
Dan Gesshel
Hello.
I am trying to add a list to an ActiveX ComboBox on the sheet itself. I am
able to do this using a Userform:
For Each Item In MyList
MyForm.MyComboBox.AddItem Item
Next Item
This works great... for Userforms. I'm having trouble with the correct
syntax for a ComboBox residing on the sheet, and not in a Userform. Can
anyone out there help?
Thanks.
Dan
I am trying to add a list to an ActiveX ComboBox on the sheet itself. I am
able to do this using a Userform:
For Each Item In MyList
MyForm.MyComboBox.AddItem Item
Next Item
This works great... for Userforms. I'm having trouble with the correct
syntax for a ComboBox residing on the sheet, and not in a Userform. Can
anyone out there help?
Thanks.
Dan