Retrieve Date and Time of Last Save : FileDateTime « File Path « VBA / Excel / Access / Word






Retrieve Date and Time of Last Save

 
Sub LastSaved() 
    Debug.Print FileDateTime("C:\")
End Function

 








Related examples in the same category

1.Displaying a list of files in a directory
2.FormatDateTime(Now, vbShortDate)
3.FormatDateTime(Now, vbLongDate)
4.FormatDateTime(Now, vbGeneralDate)