hi
i have several comboboxes that have the same listdata, on userform.
Instead of repeating the list array in each combobox, I would like to do a macro to replace repeat that.
how I have it is:
cboAB.List = Array("....","....".........) ; cboCD.list=array("....","....".........) and so on
how to do that
thak you
i have several comboboxes that have the same listdata, on userform.
Instead of repeating the list array in each combobox, I would like to do a macro to replace repeat that.
how I have it is:
cboAB.List = Array("....","....".........) ; cboCD.list=array("....","....".........) and so on
how to do that
thak you