G
Gary S
Hi,
If I want to select items in a list box using vba, must I use the index
number
to do that? I would like to be able to use bound item, not an index number.
This is how I am doing it currently:
Me.LstQryNames.Selected(39) = True
It would be nice to to be able to do this:
Me.LstQryNames.Selected("Canada") = True
I would greatly appreciate any help!
If I want to select items in a list box using vba, must I use the index
number
to do that? I would like to be able to use bound item, not an index number.
This is how I am doing it currently:
Me.LstQryNames.Selected(39) = True
It would be nice to to be able to do this:
Me.LstQryNames.Selected("Canada") = True
I would greatly appreciate any help!