Run Macro, time limit

Hi there

I would like to set a time limit for Run Macro action (Excel VBO - Extended), as it happens that due to wrong input macro is keeping running forever and does not pass to the next stage. Any suggestions, should I somehow update the VBA macro script itself or there is an option to update the code stage?

Aleksandr
 
Hi Aleksandr, I would always suggest to get the macro code right as that is obviously a problem if it doesn't return. But macros might be outside your control sometimes.
It is very useful to have an Action in your Blue Prism library that calls a Macro with a timeout value(and kills that Instance of Excel and moves on after the timeout parameter). You can add some code stage to accomplish this.
 
Top