Turn off 'insert current 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.
 
S

Stefan Blom

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

Guest

Thanks for the prompt response. Will this turn off all AutoComplete
functionality though?
 
S

Stefan Blom

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
 

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