Hi,
I saw the following thread and thought it can be adopted also for altering the Creation Date of a "Word" Document.
I tried to run the suggested commands, in the Immediate window (after replacing ActiveWorkbook with ActiveDocument).
Unfortunately, the creation date was not changed - not even with the simple "Excel like" command:
Is there an easy way to alter that date ?
http://www.excelforum.com/excel-prog...roperties.html
Thanks, Elm
I saw the following thread and thought it can be adopted also for altering the Creation Date of a "Word" Document.
I tried to run the suggested commands, in the Immediate window (after replacing ActiveWorkbook with ActiveDocument).
Unfortunately, the creation date was not changed - not even with the simple "Excel like" command:
Code:
ActiveDocument.BuiltinDocumentProperties(11).Value = Date
http://www.excelforum.com/excel-prog...roperties.html
Thanks, Elm