P
ptaylor
I have created a list box on a worksheet and can set its
properties in VBA as follows:
ActiveSheet.Shapes("ListBox1").ControlFormat.ListFillRange
= "B5:B8"
ActiveSheet.Shapes("ListBox1").ControlFormat.MultiSelect
= xlExtended
How do I determine the list items that have been selected?
The .Selected(index) (boolean) property is not a property
of the ControlFormat object.
TIA
P Taylor
properties in VBA as follows:
ActiveSheet.Shapes("ListBox1").ControlFormat.ListFillRange
= "B5:B8"
ActiveSheet.Shapes("ListBox1").ControlFormat.MultiSelect
= xlExtended
How do I determine the list items that have been selected?
The .Selected(index) (boolean) property is not a property
of the ControlFormat object.
TIA
P Taylor