sir, can or not we get this info (history) using excel/VBA if can, how? tq
G Gary''s Student Apr 1, 2010 #2 Try this small macro: Sub dural() s = ThisWorkbook.BuiltinDocumentProperties("last save time") MsgBox s End Sub
Try this small macro: Sub dural() s = ThisWorkbook.BuiltinDocumentProperties("last save time") MsgBox s End Sub