Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What would be the best methods to mimic the "Not In List" and be able to add
the item to the combo box on a Userform? I'll be storing the values in the registry - that part I have figured out. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check the list, and if the item is not found, then use AddItem to add it to
the list. Then use existing code to put the list in the registry. -- Regards, Tom Ogilvy "nick42" wrote in message ... What would be the best methods to mimic the "Not In List" and be able to add the item to the combo box on a Userform? I'll be storing the values in the registry - that part I have figured out. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to reference cell created from dropdown list in a combo box? | Excel Discussion (Misc queries) | |||
Disable dropdown list (Combo box -"Form control") | Excel Worksheet Functions | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
combo box dropdown list | Excel Worksheet Functions | |||
After Workbook closes all my combo boxes do not retain dropdown list. | Excel Programming |