Click on the "View" menu.
Click on "Macros" (top part of the button).
Type "AutoCompleteOff" in the macro name.
At the cursor, paste "Application.DisplayAutoCompleteTips = False"
Close the window.
Find "AutoCompleteOff" in the list.
Click "Run".
In the macro editor it will look like this:
Sub AutoCompleteOff()
Application.DisplayAutoCompleteTips = False
End Sub
I don't have, nor have I ever had Word so if I'm off beam here, I'm sorry, but I never allow ignorance to prevent me giving advice!
Is it showing the date this way because Windows does? If so, Windows can be changed by visiting the Control Box and d/clicking Regional and Language Options.
When you are typing the date, you should notice a small box appear that gives you the date and asks you to press enter to insert. If you press the down arrow key at this point, the box will go away and the date will not be inserted.
BagPussAA - does that just cancel it for one time only, or switch off this annoying feature permanently?
If it's temporary, then my solution with the macro will work in Word 2003 to switch it off permanently. However, you'll have to find out where macros are located in Word 2003.