B
Bruce F
I have a multiselect ListBox and I want to determine which items are
selected.
I don't want to use "SelectedItems" but want to loop through all items
and check if selected or not.
What I want is:
For i = 0 To ListBox1.Items.Count
' code to check if item(i) is selected
Next
As a Newbie, I am having trouble finding correct code to do this.
selected.
I don't want to use "SelectedItems" but want to loop through all items
and check if selected or not.
What I want is:
For i = 0 To ListBox1.Items.Count
' code to check if item(i) is selected
Next
As a Newbie, I am having trouble finding correct code to do this.