Is there a way to slow down a macro when it isn’t working correctly to try and troubleshoot it to find out what is happening without adding pauses in between each step?
See under:
2 Likes
Thanks so much!
1 Like
The Debugger is amazing and is the best way to “find out what’s happening”. However there is another method that “slows down a macro” and that is by adding this action in your macro. This example will add 1.2 seconds between each action. There are cases when this method may be better than using the Debugger, such as when you need the mouse not to move.
2 Likes
Oh that is amazing too!! Thank you!!
