Execute Macro Activity shows faulted after running macro in excel

Hi Team,

I have Created macro in excel sheet (xlsb). when i have try to run macro with Execute macro activity.
its running find but after complete execute macro shows as “Faulted”. Now i want pass throw the error. lik on error resume next in excel. is there any way to pass the error. Please help me. Thanks in advance.

use throw Activity to throw business exception.

new BusinessRuleException(“Business Exception”)

Hi Kadirvan,
Where should give Throw activity in do activity or outside of sequence. Please check below screen shot.
I have take 2 screen shot. please check.Second%20Pic First%20Pic

Still showing same error. i have used exception also.

use Try catch block
under catch section add throw activity