Hello,
Looking for a quick assist on this question please.
I have a userform with a number of comboboxes on.
Of these I have a subset that need to be populated with the same selection options and each individually point to a unique cell on a sheet.
The question is how to create a string of say the standard 5 selections for that subset and at the point the user form is initialised have the string loaded to the specified say 10 comboboxes.
Text 1
Text 2
Text 3
Text 4
Text 5
I don't want to use .additem for each combobox.
I've tried .List and .ListFillRange with the String but no luck.
Thanks & regards
Chubski
Looking for a quick assist on this question please.
I have a userform with a number of comboboxes on.
Of these I have a subset that need to be populated with the same selection options and each individually point to a unique cell on a sheet.
The question is how to create a string of say the standard 5 selections for that subset and at the point the user form is initialised have the string loaded to the specified say 10 comboboxes.
Text 1
Text 2
Text 3
Text 4
Text 5
I don't want to use .additem for each combobox.
I've tried .List and .ListFillRange with the String but no luck.
Thanks & regards
Chubski