Am I right in thinking that when you are assigning the rowsource or controlsource of a combobox, you have to use explicit cell references and can't use range names?
This works:
ComboBox1.RowSource = "'[book1.xls]Sheet1'!$A$1:$A$10"
But this doesn't
ComboBox1.RowSource = "'[book1.xls]Sheet1'!RangeToUse"
Can you use range names?
Thanks.
IG
This works:
ComboBox1.RowSource = "'[book1.xls]Sheet1'!$A$1:$A$10"
But this doesn't
ComboBox1.RowSource = "'[book1.xls]Sheet1'!RangeToUse"
Can you use range names?
Thanks.
IG