Last Person to Save a Workbook

Written by Allen Wyatt (last updated February 22, 2025)
This tip applies to Excel 2016, 2019, 2021, 2024, and Excel in Microsoft 365


1

Bill needs to investigate some changes that were made in a workbook. Key to starting this is to figure out who the last person was that saved the workbook. Bill wonders if this information is available in Excel. If so, he wonders if the information is compromised if someone subsequently opens the workbook but doesn't save it.

You can see the last person to save a workbook by displaying the File tab of the ribbon and then clicking Info at the left side of the screen. At the right side of the screen, under the heading "Related People," you can see two pieces of info regarding users: who created (authored) the workbook and who last saved the workbook. (See Figure 1.)

Figure 1. Seeing who last saved a workbook.

This info is not disturbed unless someone again saves the workbook.

You can even see who last saved a workbook by taking these actions within Windows. (Go ahead and close Excel.)

  1. Locate the workbook you want to examine.
  2. Right-click on the workbook. Windows displays a Context menu.
  3. Choose Properties. Windows displays a Properties dialog box for the workbook.
  4. Display the Details tab of the dialog box.

In this dialog box you can see "Last Saved By" and a name. The name should match the one visible on the Info area described earlier.

If you prefer a macro solution, you could use this one-line macro to do the trick:

Sub LastSaver()
    MsgBox "Last saved by: " & ActiveWorkbook.BuiltinDocumentProperties("Last Author")
End Sub

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8800) applies to Microsoft Excel 2016, 2019, 2021, 2024, and Excel in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Linking Comments to Multiple Cells

In Excel, single comments are associated with single cells. If you want to have a comment be linked to multiple cells, ...

Discover More

Converting a Range of URLs to Hyperlinks

Converting a single URL into a hyperlink is easy. Converting hundreds or thousands can be much harder if you have to rely ...

Discover More

Finding Punctuation-Free Paragraphs

Punctuation is a vital part of the syntax of grammar. If you have paragraphs of text that contain no punctuation, ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!

More ExcelTips (ribbon)

Seeing a Worksheet Thumbnail in Windows

When you save a workbook, you have the opportunity to save a thumbnail image that can be displayed within Windows. Here's ...

Discover More

Creating a Workbook Clone

If you are afraid of messing up a workbook, consider doing your work on a clone of the workbook. Excel provides an easy ...

Discover More

Creating Workbooks for Individual Worksheets

If you have a workbook with lots of worksheets, you may want those worksheets to be saved off in individual workbooks. ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 0 + 9?

2025-02-23 10:35:00

J. Woolley

For more about workbook document properties (built-in and custom) plus custom worksheet properties, see my comment here: https://excelribbon.tips.net/T009727


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.