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

I have changed my list box MatchEntry to fmMatchEntryComplete so that I can
type in complete words to find a match in my list.

What I would like to do is to replicate this search ability but have the
listbox displaying matched entries from a textbox using the textbox change
event to initialize the search.

So instead of typing the search string in the list box I would type it in
the textbox but have the listbox responding as though I had typed the string
in the listbox.

Can this be done?