List Box

  • Thread starter Thread starter ranswert
  • Start date Start date
R

ranswert

How do I write a macro that as an item is typed in a list of possible matchs
pop down and one can be selected?
Thanks
 
What about using a ComboBox instead. You get some auto-completion feedback
while typing and can quick traverse the list, one item at a time, by using
the up/down arrow keys without ever showing its drop-down list.

Rick
 

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