View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default XL97:Combo/DropDown box and Not In List

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.