Eroc Posted November 21, 2006 Report Share Posted November 21, 2006 I have a simple macro that does: Repeat Start (100 times) then a bunch of stuff is done... Repeat End Nothing major, it works. The problem I am having is when it starts, I cannot get it to cancel out if I need to stop the macro. How do I get it to stop when I type in a key or move the mouse? I've looked this up but I'm just not macro smart I guess. Thx for the help. Eroc Quote Link to comment Share on other sites More sharing options...
rolf Posted November 21, 2006 Report Share Posted November 21, 2006 You should be able to stop it by issuing the same hotkey start sequence, such as CTRL-ALT-1. Note this won't stop the macro immediately, but will queue it for stop the next time the macro is acted upon. Another way to stop the macro is to right-click on the little running-person icon near in the lower right of your toolbar. When that icon is present, it means a macro is active. Also pressing Scroll-Lock + Pause together will stop your macro. From the avialable Help menu: "...please note that macros that consist of a lot of keystrokes can send the keystrokes rather quickly and Windows will buffer up the keystrokes. Once such commands have been buffered up in Windows, aborting a macro will not cancel them. In these cases, it may appear that the abort command did not work when in reality the macro has already finished issuing its commands and Windows is now processing them." Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.