Accessing File Properties

R

RWN

How do I access the "Accessed Date" file property (or any property for
that matter) via VBA?
 
V

Vasant Nanavati

Look at the BuiltInDocumentProperties Property of the Workbook Object
(although I don't believe that the Accessed Date is available.
 
R

RWN

Thanks (and I think you're right), but I should have been more specific.
What I want to do is to find the Accessed Date for any file of my
choosing.
 
Top