Unknown Sheets in WB

Brian.Crawford

Board Regular
Joined
Oct 3, 2007
Messages
136
Excel 2007. Over time (and many [100's] Excel "Is not responding" anymore "the white screen of death") I seemed to have accumulated a few extra WS in my WB. These sheets are not viewable (cannot be UnHidden) and do not have there VeryHidden property set.

What is odd is that these "sheets" do not have the "sheet" icon in project explorer, instead they have the workbook icon.

Also, they are called "sheets" (10 & 16) in project explorer but when clicked on their "type" (ie name) in their properties window is "thisWorkbook" along with the real "thisWorkbook" (that looks and is normal, with code).

There is no code associated with these "things".
Suggestions on their source and how to get rid of them (can't remove or delete them)?

thanks
Brian
 
Hi Brian,
At some Excel crashes the workbook can hold ghost sheet(s) in its VBProject, i.e. in vbaProject.bin part of file.
I can manually clean it up. Let me know via PM if you are ready to send me your workbook and I'll PM you my e-mail.
If so then please extract sensitive data from the sheets to copy it back on your side after fixing file structure.
Regards,
Vlad
 
Last edited:
Upvote 0

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Brian, I’ve sent you my e-mail.

But you can also try to fix workbook by yourself as follows:

Method 1 – in Excel select all sheets (tabs) and copy it to the new workbook, then in VBE copy VBA code and save new workbook for the further usage.

Method 2 – save XLSM as XLSX with different name. Close XLSX and reload it. If the ghost sheets in VBE are disappeared then copy VBA code from XLSM and save workbook as XLSM.

Regards
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,504
Messages
6,179,142
Members
452,892
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top