Combo box
I have a variable named WhichCombo. This has a name of a combo box it in to
be used in the statment below.
When I try this there is an error. How do I use the variable in the
statment below for the combo box?
Sheets("Sheet1").WhichCombo.AddItem Item
|