This macro uses this awesome macro that copies and saves images of a macro or macro action/s.
I made a wrapper of this macro to instantly upload selected macro and the image of the macro to Desktop. It then also uses @ccstone macro to quickly open the KM Forum in a new tab if KM Forum is not already open. If it is, it will switch to it.
Here is the macro. For what [select macro] means read this.
It’s good practice to put a Pause Until action after the Select a Menu Item action that waits for the [Save] button to exist, before you move to actions that are to take place in the dialog.
It’s also good practice to use the Press a Button action rather than a Type a Keystroke in this circumstance.
The more explicit you can be with your actions the less likely it is for your macro to get the hiccups.
I tried to implement those action, Pause Until and Press a Button, but didn’t know how to use.
I’m sure I’ll understand them after a little bit of trial and error.