XL97:Combo/DropDown box and Not In List

  • Thread starter Thread starter nick42
  • Start date Start date
N

nick42

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.
 
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.
 
Back
Top