Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a combobox set up from the forms toolbar
what i want is a macro to clear the combobox or reset it can this be done. the actual name of the combobox is dropdown117 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ActiveWorksheet.DropDowns("Drop Down 117").ListIndex = 0 Change Drop Down 117 to the actual name of the dropdown (they usually contain this spacing, but yours may not). -- Regards, Tom Ogilvy "Pete" wrote in message ... i have a combobox set up from the forms toolbar what i want is a macro to clear the combobox or reset it can this be done. the actual name of the combobox is dropdown117 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Where can I get some clear instructions about setting up forms on Excel | New Users to Excel | |||
combobox from forms toolbar | Excel Programming | |||
Combobox.clear | Excel Programming | |||
How to clear the contents of COmboBox? | Excel Programming | |||
Clear Combobox | Excel Programming |