View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M[_4_] Luke M[_4_] is offline
external usenet poster
 
Posts: 457
Default Is there some 'secret' to getting 'End' to work when stopping func

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.

--
Best Regards,

Luke M
"msnyc07" wrote in message
...
I hit escape then I get a dialog box
Continue
End
Debug

End simply acts like Continue