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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top