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

  • Thread starter Thread starter msnyc07
  • Start date Start date
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.
 
Back
Top