Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I created a letter and I want to create a date to read MM/dd/YYYY. It is not
showing in my drop down list? Lucy |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
The dates available are dictated by the language format at the cursor. In
the top right corner of the insert date dialog, there is a window from which you can select available languages. The US English language will provide the date style you require. OR If you are creating a letter template, add a Createdate field eg {CreateDate \@ "MM/dd/yyyy"}. OR If you simply want the date at the cursor, a simple plan is to add a macro to the QAT (Quick Access Toolbar) or to a keyboard shortcut Sub InsDate() Selection.TypeText Format(Date, "MM/dd/yyyy") End Sub http://www.gmayor.com/installing_macro.htm OR If you want to select a particular date see http://www.gmayor.com/popup_calendar.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Lucien wrote: I created a letter and I want to create a date to read MM/dd/YYYY. It is not showing in my drop down list? Lucy |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Got it, thanks!
"Graham Mayor" wrote: The dates available are dictated by the language format at the cursor. In the top right corner of the insert date dialog, there is a window from which you can select available languages. The US English language will provide the date style you require. OR If you are creating a letter template, add a Createdate field eg {CreateDate \@ "MM/dd/yyyy"}. OR If you simply want the date at the cursor, a simple plan is to add a macro to the QAT (Quick Access Toolbar) or to a keyboard shortcut Sub InsDate() Selection.TypeText Format(Date, "MM/dd/yyyy") End Sub http://www.gmayor.com/installing_macro.htm OR If you want to select a particular date see http://www.gmayor.com/popup_calendar.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Lucien wrote: I created a letter and I want to create a date to read MM/dd/YYYY. It is not showing in my drop down list? Lucy . |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
word 2007 bibliography date format | Microsoft Word Help | |||
stop Word 2007 date format change | Microsoft Word Help | |||
Microsoft Word 2007 Date Format and Header | Microsoft Word Help | |||
The date in a merged word doc is US format source is UK format | Mailmerge | |||
Date issue merging from Excel field in Date format to Word | Mailmerge |