Date Autocomplete in Word 2007 missing

C

cyberchoc

I am new to Word 2007 but I understand that the autocomplete was taken out by
Microsoft for causing too much confusion on the format of the date. I can go
to VB and set it up with application.displayautocomplete = true BUT is there
some way to make the autocomplete permanent. My user in the US wants to use
it all the time.

Thanks-no matter the answer
 
S

Suzanne S. Barnhill

Actually, dates are the only thing for which AutoComplete was retained in
Word 2007. It should be operational by default.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 
S

Stefan Blom

And if, for some reason, AutoComplete has been turned off, it should suffice
to run the code once to turn it back on.
 
C

cyberchoc

Thanks so much, it did!

Stefan Blom said:
And if, for some reason, AutoComplete has been turned off, it should suffice
to run the code once to turn it back on.
 
R

RicardoK

Cyberchoc:

I've never used VB, but I would like to ensure that my autocomplete is
turned on. Can you please advise how I do this? Thank you VERY much!

Regards,

RicardoK
=========
 
G

Graham Mayor

As has been indicated autocomplete in 2007 only applies to dates and should
be on my default. If it is off for you then press ALT+F11
to open the vba editor. Press CTRL+G to open the immediate window and in
that window type

application.displayautocomplete = true

and press enter. Close the vba editor (File > Close and return to Microsoft
Word)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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