View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1,560
Default typed character sensitive listbox

Can anybody please point me to some code for the above
I want to start typing into a list box an have the list progressively
restricted to match the characters that have been typed. eg I start typing
"j", the list box displays only items beginning with "j". I continue with
"o", list box displays only items beginning with "jo", etc.
Thanks in advance for your time