View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ROK ROK is offline
external usenet poster
 
Posts: 2
Default drop down list sorted and selected by first lette

I have setup a drop down list using Data validation. My challenge is to
select the items in the list by entering the first letter of the word in the
list. For example to choose Bear in the list I would enter "B" and it would
take me to the first entry with a "B".

Thanks in advance.

Richard