View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Can I put a code on a document that will date stamp the document?

"Code" is the wrong word. You want a "field", specifically a PrintDate
field. This can be inserted anywhere in the document, typically in a footer
(so it appears on every page).

Put the cursor where you want the date to appear. Go to the Insert Field
dialog. Select PrintDate from the list, select the date format you want, and
click OK.

The date this field shows is the same one you'll see if you go to File
Properties Statistics and look at the "Printed" line. If that's blank --
as it sometimes is, even after printing -- the field will show zeros. I
don't know of any way to force Word to save that information 100% reliably.

An alternative is the SaveDate field, which works the same way but shows the
date the document was last saved. This is more reliably updated than the
PrintDate, but may not be what you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

bill wrote:
I have documents that are changed periodically. I want to change the
date on them each time that I print them out so that it is clearly
the latest version. How do I write a code to the document so that the
system will date stamp the document?