You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
S
set multiselection property true
-
S
you can try this
Dim varSelected As Variant
For Each varSelected In Listbox.ItemsSelected
Listbox.Selected(varSelected) = False
Next varSelected