E
EricG
I have a named range "SNList" on worksheet "SN List". The named range
consists of two columns and 30 rows. I want to fill a combobox (named
"CMB_SN_List") using the contents of the named range. The combobox is set up
with two columns. The combobox is on worksheet "Weekly Data".
What is the proper syntax for that?
I have tried things like:
Worksheets("Weekly Data").OLEObjects("CMB_SN_List").ListFillRange =
Worksheets("SN List").Range("SNList")
but that generates an error. Do I have to use the .AddItem method since I
have more than one column?
Thanks,
Eric
consists of two columns and 30 rows. I want to fill a combobox (named
"CMB_SN_List") using the contents of the named range. The combobox is set up
with two columns. The combobox is on worksheet "Weekly Data".
What is the proper syntax for that?
I have tried things like:
Worksheets("Weekly Data").OLEObjects("CMB_SN_List").ListFillRange =
Worksheets("SN List").Range("SNList")
but that generates an error. Do I have to use the .AddItem method since I
have more than one column?
Thanks,
Eric