R
Rob W
Greetings,
Is it possible to populate a combobox.List property with a Range?
I know its common practice to use Array, wondering about a Range.
I've experimented with :-
Dim R As Range
Set R =
Sheets("Data").Columns("E").SpecialCells(xlCellTypeBlanks).Offset(, -4)
comboPatient.List = R.Value or
comboPatitint.List = Range("R").value
and all give syntax errors ..
Thanks
Rob
Is it possible to populate a combobox.List property with a Range?
I know its common practice to use Array, wondering about a Range.
I've experimented with :-
Dim R As Range
Set R =
Sheets("Data").Columns("E").SpecialCells(xlCellTypeBlanks).Offset(, -4)
comboPatient.List = R.Value or
comboPatitint.List = Range("R").value
and all give syntax errors ..
Thanks
Rob