Posts by Ricardo Madela • 41 points
2 posts
-
1
votes1
answer1667
viewsA: How to delete "Code execution stopped." message in VBA
Insert the following expressions into your code: Application.EnableCancelKey = wdCancelDisabled (... code ...) Application.EnableCancelKey = wdCancelInterrupt
vbaanswered Ricardo Madela 41 -
3
votes1
answer1667
viewsQ: How to delete "Code execution stopped." message in VBA
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…
vbaasked Ricardo Madela 41