View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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