Autocomplete from a list on the worksheet

M

mrdata

Hi :

What I would like to do is create a list of commonly typed text (Text
used Daily) and have the cells in the column where these are typed.
Autocomplete by looking at the list so that the whole word does not
have to be typed over and over again
The built in autocomplete works to some extent but not always.

Can it be done?

Thanks

Charles
 
D

davesexcel

mrdata said:
Hi :

What I would like to do is create a list of commonly typed text (Tex
used Daily) and have the cells in the column where these are typed.
Charles
I suppose you could make a list in the column and then hide the rows
that would by my first though
 
J

JE McGimpsey

Macros are suspended when you're in edit mode, so you wouldn't be able
to use one to do autocomplete.

It would be possible to build a userform for data entry that could do
this, but I'm not sure it would be appropriate, nor am I sure what you
mean that autocomplete doesn't always work...
 
Top