Rest execution of procedure's or macro's

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi: I'm looking for code that will do the same as the reset command under
Run, or as the toolbar reset button. Is there a way of breaking the stack of
commands so one can start over.
 
End will stop all code from running.

Sub HaltCode

If x = y then
x = x + y
Else
End
End if
End Sub

Mike F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top