R
Roger Withnell
To read which items have been selected, I can:
- Count the number selected with ListControl.ItemsSelected.Count
- Collect the indexes of the items selected with
ListControl.ItemsSelected.Item(n)
- Run the indexes against the RowSource to find the value of the items
selected.
Is there an easier way?
- Count the number selected with ListControl.ItemsSelected.Count
- Collect the indexes of the items selected with
ListControl.ItemsSelected.Item(n)
- Run the indexes against the RowSource to find the value of the items
selected.
Is there an easier way?