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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top