Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I have a form setup with a multiselect box in it, and to determine which bits have been selected I am using multiselectbox.selected(listnumber) so effectively I loop through the list and ask eash member if it is selected. Unfortunately this does not seem to be working?? Is there something obvious that I am missing? Code fragment : for x = 0 to listcount if listbox.selected(x) then <do stuff end if next x Thanks heaps Jase |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I have a multiselect option for a list box in excel 2003 | Excel Discussion (Misc queries) | |||
How do I create a multiselect drop down list | Excel Worksheet Functions | |||
Multiselect Validation (dropdown) | Excel Discussion (Misc queries) | |||
Data validation boxes, outputting a final number from the boxes | Excel Discussion (Misc queries) | |||
Multiselect Listbox use | Excel Discussion (Misc queries) |