I am responsible for a very large Excel 2010 spreadsheet with links to all kinds of external data sources, including Bloomberg, 65 sheets with vba modules and links to other vba add-ons.
I noticed that the VBA project acquired several workbook objects.
There is a standard ThisWorkbook. However, a number of worksheets have also been turned into Excel workbook objects, leaving the original sheet as a copy of the previous one, minus the code.
This is not the result of any action. In fact, I did not think it was possible to have more than one Workbook object!
For example, I had one worksheet called wksInputs, which is now turned into a Workbook object, and the original wksInputs is now called wksInputs1.

I cannot delete the wksInputs workbook object.
Please help me explain what is happening here, and how can I solve the problem ...?
Thank you very much.
source share