From: Saints RFC fan on
In Word 2007 when I type a date such as 7 April 2010 I am immediately
presented with"2010-04-07 (Press ENTER to insert". I used to be able to turn
this off in Word 2003 but cannot see how to do this in 2007. Has anyone
found a solution?
From: Stefan Blom on
You can turn this option off via a macro. Press Alt+F11 to display the
Visual Basic Editor. Activate the Immediate window by pressing Ctrl+G. Type:

Application.DisplayAutoCompleteTips = False

and press Enter. Close the Visual Basic Editor.

--
Stefan Blom
Microsoft Word MVP



"Saints RFC fan" <SaintsRFCfan(a)discussions.microsoft.com> wrote in message
news:6EB4632B-F203-4F95-B852-77AFD16F2081(a)microsoft.com...
> In Word 2007 when I type a date such as 7 April 2010 I am immediately
> presented with"2010-04-07 (Press ENTER to insert". I used to be able to
> turn
> this off in Word 2003 but cannot see how to do this in 2007. Has anyone
> found a solution?