When I'm running a VBA macro, eventually the code is interrupted, as if there were breakpoints.
The message displayed is:
The code execution has been stopped.
If you accept the message and continue running 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?