Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Restarting a macro
#1
I was wondering if there was any way to restart a macro if it were to be stopped if i had it repeating continuously.
#2
yes.
you could just restart it manual (like you started it before).
#3
lol any other ways to do it haha
#4
is there any particular way that would be convenient?
#5
Does it stop due to an error? Then insert

err+ goto beginning

at the and of the macro. At the beginning of the macro, insert

;beginning


Forum Jump:


Users browsing this thread: 1 Guest(s)