select data entry by typing first letter which causes drop down list

Z

Zorbahu

In one cell I want to quickly select one data value from a long list o
data values located in another part of the spreadsheet. I want to star
typing the first letter and then have excel immediately display
sublist of all possible data items from the list that begin with tha
letter that I typed. Can this be done in Excel? and How?

Thanks for any help or suggestions.
Zorbah
 
W

witek

Zorbahu said:
In one cell I want to quickly select one data value from a long list of
data values located in another part of the spreadsheet. I want to start
typing the first letter and then have excel immediately display a
sublist of all possible data items from the list that begin with that
letter that I typed. Can this be done in Excel? and How?

if you are in edit mode typing a letter you can't do anything.
but once you hit enter or select another cell you can use
worksheet_change event to filter your data and fill .list property of a
listobox .
 
G

GS

In one cell I want to quickly select one data value from a long list
of data values located in another part of the spreadsheet. I want to
start typing the first letter and then have excel immediately display
a sublist of all possible data items from the list that begin with
that letter that I typed. Can this be done in Excel? and How?

Thanks for any help or suggestions.
Zorbahu

A ComboBox will cyle through all list iiems that begin will the letter
you type. For example, if there are 3 items that begin with "c" or "C",
continuosly pressing the 'C' key will cycle through each item and
display them in turn.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 

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

Top