drop down boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a long list in a drop down box. i would like to set it up so that if
a person types the first letter of a name, the list begins with all those
entries that start with that letter

thanks
 
Try combobox from the "Control Toolbox" toolbar. Right-click on the combobox,
select Properties and set "ListFillRange" to your list.

Typing the first letter will position on first entry starting with entered
letter.

HTH
 
Hi April,

If using the data validation drop down you can do this. Sort your list to
have all the entries that begin with a at the top and the b's next all the
way to z.

At the beginning of each letter change in the list enter a single a at the
beginning of the a's, same with a b at the beginning of the b's etc. on to
z.

To go to the beginning of the t's for example, just type t in the drop down
cell and DON'T hit enter. Click on the drop down arrow and the t list will
appear. (You can hit enter after typing the letter but then you have to
reselect the drop down cell, just saves a step)

HTH
Regards,
Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top