A
AbraAbraCadabra
How do you count the number of selected records in a ListBox?
Also how do you access them?
i tried this, but apparently I'm doing something wrong...
To access the number of records...(didn't work)
MsgBox List0.Selected
And I tried this to access the selected records...
MsgBox List0.Selected(0)
What am I doing wrong?
Also how do you access them?
i tried this, but apparently I'm doing something wrong...
To access the number of records...(didn't work)
MsgBox List0.Selected
And I tried this to access the selected records...
MsgBox List0.Selected(0)
What am I doing wrong?