ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Rest execution of procedure's or macro's (https://www.excelbanter.com/excel-programming/401513-rest-execution-procedures-macros.html)

Rick

Rest execution of procedure's or macro's
 
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.


Mike Fogleman

Rest execution of procedure's or macro's
 
End will stop all code from running.

Sub HaltCode

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

Mike F
"Rick" wrote in message
...
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.





All times are GMT +1. The time now is 10:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com