File attributes

A

Andy Newland

Hi,

I need to attain the last modified date for a document. I
realise that I can do this using the LastModified property
of the Application.FileSearch object.

The code which will use this date is actually within the
document. Is there any way that I can use the
ActiveDocument object to get the LastModifed/Saved date?
To me this would seem far more efficient and logical than
having to search for a docume that I already have open.

Thanks,

Andy Newland
 
A

Andy Newland

Have found the answer myself now.

For anyone that did not know I can use

ActiveDocument.BuiltInDocumentProperties.item("Creation
Date").Value

Andy
 
Top