date formatting

M

Mike

I know that Access allows you to type a date in any
format and have it come out a unversal style (i.e. type
in "2-2-03" and have it auto correct to February 2,
2003).

Is there a way to do this in Word?
 
G

Greg

Mike,

Word will do this if you specifiy a date format in a
protected form field. As far as I know, there is no way
to coax Word to do this as an AutoCorrect feature in a
plain text document.
 
G

Graham Mayor

It would make things simpler if you were to insert the date using a
Createdate (or other date type) field. Alternatively place the date with a
macro:

Sub InsertUSFormatDate()
Selection.InsertDateTime DateTimeFormat:="MMMM d, yyyy",
InsertAsField:=False
End Sub

As Greg indicates, the only way to correct an inserted date is to use a date
form field.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail (e-mail address removed)
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 

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