"Last Saved" time


Posted by Bobbi on January 18, 2002 10:09 AM

I need to replace the current time in a macro to display the time the document was last saved. What code do I use to replace the "&T" so it will work?

Thanks.



Posted by Gary Bailey on January 18, 2002 12:09 PM

You could try

FileDateTime(ActiveWorkbook.FullName)

Gary