And some suggestion for a potential quick workaround:
So this is some kind of loop, or? I guess it is a big CSV file that you are using as input?
If so, then you can probably use OnError: Go back to the top and try again if object not found - #2 by ulrich <= with this, the macro simply retries everything if an error happens.
If the error is not critical (with that, I mean the macro can continue after it), you can simply use store | true | !errorignore
- this makes the macro ignore any error.