Hi nightkn8,
For the auto-date, you need a field coded like:
{QUOTE "{=MOD({DATE \@ M},12)+1}/00" \@ "MMMM"}
or:
{QUOTE "{=MOD({DATE \@ M},12)+1}/1/00" \@ "MMMM"}
or:
{QUOTE "{=MOD({DATE \@ M};12)+1}/00" \@ "MMMM"}
or:
{QUOTE "{=MOD({DATE \@ M};12)+1}/1/00" \@ "MMMM"}
depending on your regional settings. The 1st & 3rd are for regions using a D/M/Y format, whilst the 2nd & 4th are for regions using a M/D/Y format. The 1st & 2nd are for regions using commas for the thousands separator, whilst the 3rd & 4th are for regions using commas for the decimal separator.
Note: The field brace pairs (ie '{ }') for the above examples are created in the body of the document via Ctrl-F9 (Cmd-F9 on a Mac) - you can't simply type them or copy & paste them from this message.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|