M msnyc07 Mar 26, 2010 #1 I hit escape then I get a dialog box Continue End Debug End simply acts like Continue
L Luke M Mar 26, 2010 #2 Depends on what the code you are aborting looks like. Continue will try to carry-on with the rest of the macro, whereas "end" exits out of the macro. Debug opens the editor and shows you the current line that is about to be executed.
Depends on what the code you are aborting looks like. Continue will try to carry-on with the rest of the macro, whereas "end" exits out of the macro. Debug opens the editor and shows you the current line that is about to be executed.