Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an ActiveX combobox control on a sheet (the ole type). The box is
populated with a list. 1. How do you programmatically remove all items from the list (is there not some equivalent to "RemoveAllItems")? 2. How can I programmatically set a particular entry to appear in the box window (for example the fifth entry)? Thanks much in advance for your assistance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi quartz
Me.ComboBox1.ListFillRange = "" And Me.ComboBox1.ListIndex = 4 It start with 0 -- Regards Ron de Bruin http://www.rondebruin.nl "quartz" wrote in message ... I have an ActiveX combobox control on a sheet (the ole type). The box is populated with a list. 1. How do you programmatically remove all items from the list (is there not some equivalent to "RemoveAllItems")? 2. How can I programmatically set a particular entry to appear in the box window (for example the fifth entry)? Thanks much in advance for your assistance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ron!
"Ron de Bruin" wrote: Hi quartz Me.ComboBox1.ListFillRange = "" And Me.ComboBox1.ListIndex = 4 It start with 0 -- Regards Ron de Bruin http://www.rondebruin.nl "quartz" wrote in message ... I have an ActiveX combobox control on a sheet (the ole type). The box is populated with a list. 1. How do you programmatically remove all items from the list (is there not some equivalent to "RemoveAllItems")? 2. How can I programmatically set a particular entry to appear in the box window (for example the fifth entry)? Thanks much in advance for your assistance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
ActiveX combobox | Excel Worksheet Functions | |||
HELP PLEASE..Inserting combobox (ActiveX control) makes workbook c | Excel Discussion (Misc queries) | |||
Remove all items from an ActiveX control on a sheet | Excel Programming | |||
Selecting/Activating Control Tools Combobox on Sheet | Excel Programming |