How do I GOTO a specific line in the macro not the code.

Advanced Macro Recorder/Editor.

Moderator: Pulover

Hanszi11a
Posts: 11
Joined: 13 Nov 2020, 07:16

How do I GOTO a specific line in the macro not the code.

Post by Hanszi11a » 19 May 2023, 22:45

I have created a macro that looks for a specific item using PMC. If it doesn't find the item then I use the GOTO command and point it back to the original label. Instead of the macro starting from the beginning again, I would like to have it GOTO a specific line in the macro and start from there. What am I missing?

rockitdontstopit
Posts: 107
Joined: 12 Nov 2022, 15:47

Re: How do I GOTO a specific line in the macro not the code.

Post by rockitdontstopit » 20 May 2023, 10:22

Create a "label" above the line you want to go back to. Them GOTO that label. Works even if label is in different tab.

Post Reply

Return to “Pulovers Macro Creator”