Can someone give me some advice.
i currently have.
Private Sub load()
Dim i As Integer
lst.AddItem "1 "
lst.AddItem "6 "
lst.AddItem "7 "
lst.AddItem "8 "
lst.AddItem "9 "
lst.Selected(0) = True
End Sub
I only want to allow the user to select one of the items, it defaults to item 1, but if the user selects another item, i only want that other item selected not the one that was previously selected. I dont see a property that would allow for only one selection at a time.
is this possible.????
VBMorton
i currently have.
Private Sub load()
Dim i As Integer
lst.AddItem "1 "
lst.AddItem "6 "
lst.AddItem "7 "
lst.AddItem "8 "
lst.AddItem "9 "
lst.Selected(0) = True
End Sub
I only want to allow the user to select one of the items, it defaults to item 1, but if the user selects another item, i only want that other item selected not the one that was previously selected. I dont see a property that would allow for only one selection at a time.
is this possible.????
VBMorton