I am using Excel 2010.
When I close a workbook through the UI, or even through the workbooks(name_of_workbook).close method, the workbook remains in the VBA editor as a project.
Why is this? Is there a way to remove closed workbooks from the VBA editor?
I think I may have an answer. I have two VBA add-ins open as well, the Smart Indenter and VBA MZ-Tools. I tried opening and closing a workbook on a machine where these are not loaded (both add-ins require some registry tweaking to load properly on our machines) and I didn’t encounter the issue.