View Single Post
 
Old 04-28-2011, 02:54 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,359
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

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.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote