G
Guest
I would like to set up a for-loop like the one below relating to a list box. Could anyone please help me with the proper syntax? Is it possible to cycle through a list box and do things related to each item in the listbox?
FOR EACH 'item' in LISTBOX
Do stuff
Next
Thanks in advance!!!
FOR EACH 'item' in LISTBOX
Do stuff
Next
Thanks in advance!!!