Hi,
I have a set of 50 comboboxes in an excel sheet, and I am trying to write values to them through a for-statement... but I can't figure out how.
I have done it by using a form in access, with this code:
For count = 1 To 50
Me("ComboBox" & count) = array(count)
Next
But of course, I can't get the Me-statement to work i an excel sheet.
Is there a way make this work in excel, or is it not possible (which nothing is by the way...
..)
Regards
Vidar
I have a set of 50 comboboxes in an excel sheet, and I am trying to write values to them through a for-statement... but I can't figure out how.
I have done it by using a form in access, with this code:
For count = 1 To 50
Me("ComboBox" & count) = array(count)
Next
But of course, I can't get the Me-statement to work i an excel sheet.
Is there a way make this work in excel, or is it not possible (which nothing is by the way...
Regards
Vidar