Workbook Date last saved

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Does anyone know how to return the workbook DATE that it
was last saved ?

I can open the workbook with Workbook.Open so that it is
active, but would like to know the workbook's date (the
dateproperty in Window's Explorer) so I can test to see if
the workbook data file is the most recent.

Thanks for any help.
 
DateValue(ActiveWorkbook.BuiltinDocumentProperties("Last Save Time"))
 

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

Back
Top