Last open

N

Nigel

Not to my knowledge, unless you create a stored value with the workbook.

DocumentProperty object maintains the last saved data. You could also read
the last modified date in the File System Object, this way you do not need
to open the file.

If you wish you could create CustomDocumentProperty to record the date last
opended but you would need to maintain it.

Cheers
Nigel
 
R

Robert Holm

Hello Nigel

Tank you for your answer. To my knowledge the CustomDocumentProperty is read
only. But the reading the last saved date from DocumentProperty will work
me. - Thank you

/Robert
 
Top