I would like to form a combobox name in code in order to manipulate it:
This won't work:
Sheet1.Comboboxes("combo" & 12).Clear because there's no ComboBoxes collection in Sheet1.
I haven't had any luck using the Shapes or OLEObjects collections.
Any ideas?
TIA,
Paul
This won't work:
Sheet1.Comboboxes("combo" & 12).Clear because there's no ComboBoxes collection in Sheet1.
I haven't had any luck using the Shapes or OLEObjects collections.
Any ideas?
TIA,
Paul