Is there an easy way to clean a listbox.
To remove all the values.
I know the removeitem commando but can you do it without have to loop
Printable View
Is there an easy way to clean a listbox.
To remove all the values.
I know the removeitem commando but can you do it without have to loop
VB Code:
List1.Clear
Try this:
nameoflistbox.clear