ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Save Date (https://www.excelbanter.com/excel-worksheet-functions/232633-save-date.html)

tomen24

Save Date
 
Any way the spreadsheet can display the last save date time of the spreadsheet?

Jacob Skaria

Save Date
 
Set the Security level to low/medium in (Tools|Macro|Security). From workbook
launch VBE using short-key Alt+F11. From menu 'Insert' a module and paste the
below function.Get back to workbook..

Function DocProperty(strQ As String)
Application.Volatile
DocProperty = ActiveWorkbook.BuiltinDocumentĀ*Properties (strQ)
End Function

For a already saved workbook enter the formula in any cell..
=DocProperty("last save time")

If this post helps click Yes
---------------
Jacob Skaria


"tomen24" wrote:

Any way the spreadsheet can display the last save date time of the spreadsheet?



All times are GMT +1. The time now is 07:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com