View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default Autocomplete from a list on the worksheet

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...

In article ,
mrdata wrote:

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?