Is there some 'secret' to getting 'End' to work when stopping func

M

msnyc07

I hit escape then I get a dialog box
Continue
End
Debug

End simply acts like Continue
 
L

Luke M

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.
 
Top