Returns the data of the last save osf the active workbook.
Can be used as a formula in a worksheet.
Author: michael@excelexperts.co.uk
Function LastSaved() As Double Application.Volatile LastSaved = ActiveWorkbook.BuiltinDocumentProperties(12) End Function