Macro does not offer "Continue" option

C

CMD

I am trying to create a macro that will attempt all actions, even if the
macro is unable to complete certain actions along the way. When my macro is
unable to find an object, however, the Action Failed message box only gives
me the option to "Halt" the macro. The "Step" and "Continue" options are
greyed out.

Does any one now how I can change my settings or alter the macro so that
failed actions do not halt the entire macro?

Thanks,
CMD
 
K

KARL DEWEY

Try using a Condition to bypass the action that will fail.
If condition is met then perfom the action. If not met then it will not
fail as it does not attempt to do the action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top