Hi guys,
Here is the code which i know of, which loop thru listbox items
for i = 0 to listbox_something.listitems-1
...
next i
Is there any faster way to check if the item is selected? I currently have 4 listbox, with combined 600+ possibilities (all cascade other one until 4th level) and its...