G
Guest
I have a ListBox with the SelectionMode set to MultiSimple.
How can I iterate thru it using a for next loop to fill an array?
Listbox
For
Row 1 = Array(1)
Row 2 = Array(2)
Next
And so on.
How can I iterate thru it using a for next loop to fill an array?
Listbox
For
Row 1 = Array(1)
Row 2 = Array(2)
Next
And so on.