View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Combo drop down list

Use a combobox from the control toolbox.

Set its .matchentry property to fmMatchEntryFirstLetter
(And .style to fmStyleDropDownList)

art wrote:

Is there a way when I make a combo drop down list, and in the list are a lot
of names, is there a way that I should be able to type for E.G. the letter
"r" and it should jump to the names starting with a "r".


--

Dave Peterson