Ignore all Errors

How do I ignore all errors in my macro without using !errorIgnore at every step.

You only need store | true | !errorignore once in your macro. It switches the "error ignore mode " on for the rest of the macro run, or until it hits store | false| !errorignore.