How to insert last saved timestamp into worksheet cell in Excel?
In many cases, you may need to show the last saved date and time of an Excel file in order to know when the file was updated recently. You can deal with this problem with the methods provided in this article.
Insert the last saved timestamp on worksheet with user-defined function
Easily insert the last saved timestamp on worksheet with Kutools for Excel
Insert the last saved timestamp on worksheet with 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.
VBA code: Insert the last saved timestamp on worksheet
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 formula =LastSavedTimeStamp() and press the Enter key, and a number will be displayed.
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 in the future, please save the workbook as an Excel Macro-Enabled Workbook.
Easily insert the last saved timestamp on 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.
Before applying Kutools for Excel, please download and install it firstly.
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.
If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.
Easily insert the last saved timestamp on 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!