P
Philip J Smith
Hi.
I want to populate the ListFillRange property with the contents of a
worksheet named range.
How do I attribute the named range as the ListFillRange?
Is it something like
Private Sub cboBand1_Change()
With combo.cboBand1
.ListFillRange="Worksheet Named Range"
I want to populate the ListFillRange property with the contents of a
worksheet named range.
How do I attribute the named range as the ListFillRange?
Is it something like
Private Sub cboBand1_Change()
With combo.cboBand1
.ListFillRange="Worksheet Named Range"