From: dutrem on 9 Feb 2010 21:40 How can i put the date on my paper using autotext by typing in the day of week like tues then the correct date comes up i cant figure it out please help
From: Graham Mayor on 10 Feb 2010 01:47 The short answer is that you can't. Word has limited autocompletion of dates, but it doesn't do exactly what you ask and although you could probably cobble together a set of autotext entries pertinent to each weekday that would replace with a createdate field. It would be much simpler and more practical to either use the insert date feature (ALT+SHIFT+D) or insert the date in whatever format you like using a macro assigned to a keyboard shortcut e.g. Sub InsertUSFormatDate() With Selection .InsertDateTime DateTimeFormat:="MMMM" & Chr(160) & _ "d," & Chr(160) & "yyyy", InsertAsField:=False End With End Sub http://www.gmayor.com/installing_macro.htm -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>>< ><<> ><<> <>>< ><<> <>>< <>><<> "dutrem" <dutrem(a)discussions.microsoft.com> wrote in message news:1358895E-7187-41AC-9F45-F6411C7BD98A(a)microsoft.com... > How can i put the date on my paper using autotext by typing in the day of > week > like tues then the correct date comes up i cant figure it out please help
|
Pages: 1 Prev: How turn off extra separator page of document properties? Next: Automating print jobs |