Hi James,
I see your doument uses one of my date calculations fields as the basis for calculating the date on each page. See:
http://windowssecrets.com/forums/sho...ation-Tutorial
and:
http://www.gmayor.com/downloads.htm#Third_party
Given that you're using a macro to drive the document, the same thing could be done soemwhat more simply in vba. Your document's filesize would also be somewhat smaller too. With either approach, it's also easy enough to modify the code so that the document can be printed on any day of the week.
As for the date & time stamp, I take it that what you're after is the print date & time. Assuming this is to go into the document's page header or footer, it's just a simple matter of inserting a PRINTDATE field there, coded along the lines of:
{PRINTDATE \@ \@ "hh:mm AM/PM 'on' DDDD MMMM DD, YYYY"}
where the field braces (ie '{}') are created via Ctrl-F9.