Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using mulitselect listbox. when user clicks remove button, i want to remove all the selected items from multiselect listbox in a single shot. i used folloing code, but it is throwing an error "Could not get selected property, invalid arguments", For i = 0 To SelectListBox.ListCount - 1 If SelectListBox.Selected(i) = True Then SelectListBox.RemoveItem (i) End If Next any help? thanks, King. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiselect Listbox use | Excel Discussion (Misc queries) | |||
MultiSelect ListBox | Excel Programming | |||
Multiselect Listbox | Excel Programming | |||
Multiselect Listbox | Excel Programming | |||
multiselect listbox | Excel Programming |