Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It seems that there is no property for determining if a listbox
(multiselect) has at least one selection. Browsing this board I find the common method below for accomplishing the task, but was surprised that no property exists. Is it true? For i = 0 to .listcount - 1 If .selected(i) = true then 'do something' End if Next i Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use selected items from Listbox | Excel Programming | |||
getting selected listbox values | Excel Programming | |||
How to add selected row into listbox? | Excel Programming | |||
ListBox Selected Items into an Array | Excel Programming | |||
Transposing a rng selected from a listbox | Excel Programming |