Hi everyone,
I’m experiencing an issue in my Excel workbook where multiple duplicate sheets are appearing in the VBA project explorer. Periodically a new sheet will be created following the naming convention pictured below:
These sheets don’t appear in the main Excel interface, only in the VBA project. I’ve checked for any hidden sheets in the workbook, and they aren’t listed there. There are no macros explicitly creating or duplicating sheets that I’m aware of.
Moreover, these duplicate sheets are not visible when I save the workbook as a zip archive and attempt to remove them manually. It is also not possible to target/remove these sheets using VBA:
I’m experiencing an issue in my Excel workbook where multiple duplicate sheets are appearing in the VBA project explorer. Periodically a new sheet will be created following the naming convention pictured below:
These sheets don’t appear in the main Excel interface, only in the VBA project. I’ve checked for any hidden sheets in the workbook, and they aren’t listed there. There are no macros explicitly creating or duplicating sheets that I’m aware of.
Moreover, these duplicate sheets are not visible when I save the workbook as a zip archive and attempt to remove them manually. It is also not possible to target/remove these sheets using VBA:
What I’m looking for help with:
- Identifying the root cause: What could be triggering the creation of these duplicate sheet objects? Could this be a sign of workbook corruption or something else?
- Removing the duplicate sheets: How can I safely delete these objects from the VBA project explorer without them reappearing?