1
When I am running a VBA macro, eventually the code is stopped, as if there were breakpoints
.
The message displayed is:
Execution of code interrupted.
If you accept the message and continue executing the code, the behavior repeats if the macro is long (procedure with many lines or long loops).
The interruption happens in several places.
How can I avoid/resolve this behavior?