Turn off 'insert current date'?

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

Guest

When I create a document with a date (say an agenda for next week) and type
"24 October 2007" a pop-up offers me '2007-10-16 (Press ENTER to Insert'.

If you do press Enter you get "24 October 2007-10-16" which is totally
useless so I have to press space or something instead. Not a huge problem,
but it is very annoying when often pressing Enter is exactly what you want to
do to get to next line.

Is there some way to turn off this 'helpful' feature?

Word 2007, Vista Home Premium.
 
To turn off AutoComplete in Word 2007, run this code:

Application.DisplayAutoCompleteTips = False

The easiest way is to start the Visual Basic Editor (press Alt+F11), press
Ctrl+G to activate the Immediate window, type the code, and press Enter.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 
In Word 2007, AutoComplete works only for dates, so you won't lose any other
functionality when turning it off. (Especially note that AutoCorrect is not
affected; that's a different feature.)

--
Stefan Blom
Microsoft Word MVP


in message
 
Back
Top