How to insert last saved timestamp into worksheet cell in Excel?
In many cases, it can be helpful to display the last saved timestamp of an Excel workbook to track when it was last updated. This tutorial will guide you through different methods for inserting this timestamp into a worksheet cell.
Insert the last saved timestamp on a worksheet with a user-defined function
Easily insert the last saved timestamp on a worksheet with Kutools for Excel
Insert the last saved timestamp on a worksheet with a user-defined function
You can use the following user-defined function to insert the last saved timestamp of a workbook on a certain worksheet.
1. Press "Alt" + "F11" keys simultaneously to open the "Microsoft Visual Basic for Applications" window.
2. In the "Microsoft Visual Basic for Applications" window, click "Insert" > "Module". Then copy and paste the following VBA code into the Code window.
Function LastSavedTimeStamp() As Date
LastSavedTimeStamp = ActiveWorkbook.BuiltinDocumentProperties("Last Save Time")
End Function
3. Press "Alt" + "Q" keys to close the "Microsoft Visual Basic for Applications" window and return to the worksheet.
4. Select a blank cell you need to display the last saved timestamp of the workbook, enter the following formula and press the "Enter" key, and a number will be displayed.
=LastSavedTimeStamp()
5. And then you need to format the number cell as date time format as below screenshot shown.
Now the last saved timestamp is displayed in the selected cell.
Note: If you want to reuse the VBA code in the future, please save the workbook as an Excel Macro-Enabled Workbook.
Easily insert the last saved timestamp on a worksheet with Kutools for Excel
The "Insert Workbook Information" utility of "Kutools for Excel" help you quickly insert the last saved or modified timestamp not only in a specified cell, but also in header or footer as you need.
1. Select a blank cell for showing the last saved timestamp, then click "Kutools Plus" > "Workbook" > "Insert Workbook Information". See screenshot:
2. In the "Insert Workbook Information" dialog box, select the" Date modified" option in the "Information" section, then select an option you need in the "Insert at" section (in this case, I select the range option), and finally click the "OK" button.
Then the last saved timestamp is showing in the worksheet.
Note: If you need to insert the last saved timestamp to the header or footer of current worksheet, please select the "Header" or "Footer" option.
Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy permanently free AI features! Get It Now
Demo: Easily insert the last saved timestamp on a worksheet with Kutools for Excel
Related articles:
- How to get and insert the last modified user name in Excel?
- How to print sheet name or a list of sheet names in Excel?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!