Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is it possible to have multiselect property set to select multiple items on a listbox from the control toolbox. Or do I need to use some other control component for this feature. thanks kanan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi kanan
You must change multiselect in the properties of the listbox When the Listbox is in the design mode press the properties button on the toolbar -- Regards Ron de Bruin http://www.rondebruin.nl "Kanan" wrote in message ... Hi, Is it possible to have multiselect property set to select multiple items on a listbox from the control toolbox. Or do I need to use some other control component for this feature. thanks kanan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to have multiselect property set to select multiple items
on a listbox from the control toolbox. Or do I need to use some other control component for this feature. Yes. With the Listbox highlighted, double-click it. That will take you to the VBA Editor and the MultiSelect property is in the Properies window. HTH, Merjet |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks. Is this possible on a combo box as well?
kanan "merjet" wrote: Is it possible to have multiselect property set to select multiple items on a listbox from the control toolbox. Or do I need to use some other control component for this feature. Yes. With the Listbox highlighted, double-click it. That will take you to the VBA Editor and the MultiSelect property is in the Properies window. HTH, Merjet |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thanks. Is this possible on a combo box as well? kanan Sorry, no. -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks
kanan "Dick Kusleika" wrote: thanks. Is this possible on a combo box as well? kanan Sorry, no. -- Dick Kusleika MVP - Excel Excel Blog - Daily Dose of Excel www.dicks-blog.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shrinking Listbox from Control Toolbox | Excel Discussion (Misc queries) | |||
Multiselect Listbox use | Excel Discussion (Misc queries) | |||
Control ToolBox ListBox Irratic | Excel Programming | |||
Control Toolbox ListBox Properties Blank | Excel Programming | |||
multiselect listbox | Excel Programming |