Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ruan,
You need a VBA function: Function LastSaveTime() As Variant LastSaveTime = ThisWorkbook.BuiltinDocumentProperties("Last Save Time").Value End Function Then, call this from a worksheet cell with =LastSaveTime() . -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com "Ruan" wrote in message ... Hello, Is it possible to display the "Last Save Date and Time" of an Excel workbook to a specific cell? Thanks Ruan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
save by & date, time | Excel Worksheet Functions | |||
Update Date, Time Only Upon Save | Excel Discussion (Misc queries) | |||
Save Date & Time | Excel Worksheet Functions | |||
Save as Current Date / Time | Excel Discussion (Misc queries) | |||
Last Save Date & Time | Excel Programming |