Thread: Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon[_13_] Jon[_13_] is offline
external usenet poster
 
Posts: 1
Default Code

Many lists, such as a phone directory list will allow a
quick selection of a list item by entering one or more of
the first several characters in the item name. i.e., I
enter "sm" in an input box and the cell of Smith is
selected. And if I enter just "s" the first "S" entry is
selected.

what does the code to do this look like?

Thank you,

Jon