, Microsoft Visual Basic . :
Excel , , :
A program change was made to the project using the object model of extensibility (add-in). This prevents the program from pausing. You can continue execution or end execution, but cannot pause execution .
You cannot step through the code when making changes to the project (dynamically, for example, using InsertLine, etc.). code can be run, but not step by step.
source
share