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 the Excel file on worksheet in order to know when the file was updated recently. You can deal with this problem with the following two methods.
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?
The Best Office Productivity Tools
Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%
- Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
- Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
- Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
- Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
- Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
- Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
- Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
- Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
- More than 300 powerful features. Supports Office/Excel 2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.

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!
