Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a listbox where the selected item is passed to a sub:
NewSub(listbox1.Value) I want to turn on the multiselect and pass all selected values to the same sub. Is the only way of doing this by sending the multiselect items to an array and pass the array to the sub? If so, how do you pass the items from the listbox to the array. Thanks EM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing Userform Listbox to sub causes type-mismatch error | Excel Programming | |||
Passing the value of listbox to other Subs | Excel Programming | |||
Passing User Defined Type Array to Listbox | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming |