How do I disable auto insertion of date

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

Guest

How do I disable the intensely irritating auto-completion of date in Word?
 
Depends on which version you are using. In Word 2003, you could just clear
the "Show AutoComplete suggestions" check box in Insert | AutoText |
AutoText.

If you are using Word 2007, there is no setting in the user interface that
controls AutoComplete, but you can use a macro. Press Alt+F11 to display the
Visual Basic Editor. Press Ctrl+G to display the Immediate window. Type:

Application.DisplayAutoCompleteTips = False

and press Enter.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 

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