Combo Box That Adds Typed Entry to List 
Author Message
 Combo Box That Adds Typed Entry to List

I want to create a Combo Box that adds a typed entry to the the list.  An
example would be the 'Find a Contact' Combo Box in Contact view.


Sat, 13 Jul 2002 03:00:00 GMT  
 Combo Box That Adds Typed Entry to List
You'd have to do that in code.  

When the user makes an entry, iterate through all of the defined
choices; if you'd don't find the one the user just typed, add it using
"AddItem".

Phil Seeman,
TeamScope
http://www.teamscope.com

On Tue, 25 Jan 2000 07:31:31 -0500, "Christopher Bakos"

Quote:

>I want to create a Combo Box that adds a typed entry to the the list.  An
>example would be the 'Find a Contact' Combo Box in Contact view.



Sat, 13 Jul 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Combo Box listing Autotext Entries from Add-In Template

2. Adding the alphabet in a list box or combo list

3. adding to a combo box or list box

4. Listing Autotext Entries in UserForm Combo Box

5. Combo Box - Going to a specific entry in the list

6. Highlighting entries in list portion of combo box

7. Changing fonts on one entry in a list/combo box

8. How add entries in an ActiveX combo box ?

9. Adding entry to a Combo Box in code

10. "List files of type..." combo box

11. How to list macro names in a combo box or a list box

12. Adding valuse to a combo box base on a value list

 

 
Powered by phpBB® Forum Software