Reviewing PERSONAL.xlsb integrity on MacOS

James Palmer 280 Reputation points
2026-08-30T12:45:20.47+00:00

I have several copies of my PERSONAL.xlsb file. I'm trying to find the one that I want to restore, but I'm not able to open any of the copies.

What are the "requirements" of being able to open any of my copies for simple review of macro contents?

Microsoft 365 and Office | Excel | For home | MacOS
0 comments No comments

1 answer

Sort by: Newest
  1. Allan Solomon Mejia 7,915 Reputation points
    2026-08-30T23:19:37.5+00:00

    Hello @James Palmer

    PERSONAL.xlsb is Excel's Personal Macro Workbook. Normally, Excel loads the active copy automatically from its startup location, but you don't need to install an old copy there just to inspect its macros.

    To review it, first make a copy of the file and rename it something like PERSONAL-review.xlsb. Then open Excel and use File → Open to open that copy. If Excel opens it as hidden, use Window → Unhide, or press Option+F11 to open the Visual Basic Editor and inspect the VBA project/modules.

    On macOS, the active PERSONAL.xlsb is typically stored in Excel's startup folder under:

    ~/Library/Group Containers/UBF8T346G9.Office/User Content/Startup/Excel/

    Do not replace the active PERSONAL.xlsb yet. Review each backup separately first, because Excel automatically loads files placed in its startup folder.

    If none of the copies open manually, the next question is what error Excel shows. If Excel reports corruption or an invalid file format, that's different from the workbook simply being hidden or blocked by Excel's macro/security settings.

    Reference: Microsoft - Create and save all your macros in a single workbook

    If you can provide the exact error message when opening one of the copies, we can determine whether it's a location/security issue or whether the .xlsb itself is damaged.

    Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.