save by & date, time
Try this small macro:
Sub dural()
s = ThisWorkbook.BuiltinDocumentProperties("last save time")
MsgBox s
End Sub
--
Gary''s Student - gsnu201001
"nordiyu" wrote:
sir,
can or not we get this info (history) using excel/VBA
if can, how?
tq
|