I have a COM addon in which I handle excel events. I click Alt F11to view a VBA project related to excel. However, when I close the book, the Excel VBA project in the project explorer also does not close.
It closes normally when my COM addon is not installed. What happens and what should I do differently?
source
share