Auto Insert date in Word 2007

G

Guest

Hi there,

When using Word 2007, when you type "2007" and press the RETURN key straight
after, it automotically inserts todays date. This is annoying especially when
typing Financial accounts! Is there anyway to disable this feature?

Help would be much appreciated.

Cheers.
 
G

Guest

Press Alt+F11 to display the Visual Basic Editor. In the Immediate window,
which can be displayed by pressing Ctrl+G, type the following:

Application.DisplayAutoCompleteTips = False

and press Enter.
 
G

Guest

Fantastic. Thank you!

Stefan Blom said:
Press Alt+F11 to display the Visual Basic Editor. In the Immediate window,
which can be displayed by pressing Ctrl+G, type the following:

Application.DisplayAutoCompleteTips = False

and press Enter.
 

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