Retrieve Date and Time of Last Save
Sub LastSaved() Debug.Print FileDateTime("C:\") End Function
1. | Displaying a list of files in a directory | ||
2. | FormatDateTime(Now, vbShortDate) | ||
3. | FormatDateTime(Now, vbLongDate) | ||
4. | FormatDateTime(Now, vbGeneralDate) |