Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sorry, as I have asked this question before, but can no one help me? Having tried everything i can think of, i'm realy frustrated now. In my code i use .dropdown (dot dropdown) , but then i wish the dropdown list to 'close' once an item in the list has been selected. This behaves as expected if combobox is activated by a mouse click, but if ..dropdown is used the dropdown list does not close. I realy need a work around or something as my code relies heavily on this process. Please help - using excel 2000 Sub combodrop() ActiveSheet.ComboBox1.Visible = True ActiveSheet.ComboBox1.AddItem "TEST" ActiveSheet.ComboBox1.DropDown ActiveSheet.ComboBox1.Visible = False End Sub Sunil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select From dropdown and return another dropdown menu | Excel Discussion (Misc queries) | |||
Dropdown box display only data dependent on another dropdown box? | Excel Worksheet Functions | |||
Dropdown List within a dropdown | Excel Worksheet Functions | |||
populating a dropdown based on choice from a previous dropdown | Excel Programming | |||
offer dropdown options based on another dropdown | Excel Discussion (Misc queries) |