OzzieTheOwl
Technical User
Hi
I have written the following vba in Excel 2000, to fill a ComboBox ListFillRange.
I am getting the error message
Can some enlighten me as to what I am doing wrong?
Cheers
Barney
I have written the following vba in Excel 2000, to fill a ComboBox ListFillRange.
Code:
ActiveSheet.Shapes("ComboBox1").ControlFormat.ListFillRange = "Control!$B$2:$B$" & ControlEndB
I am getting the error message
Run-time Error '438'
Object doesn't support this property or method.
Can some enlighten me as to what I am doing wrong?
Cheers
Barney