About execute macro

image
there is a Macro button ,when I click it ,it will alert a message box.
the source are as below:

I use a parallel activity when the box appear ,set CompletionCondition=false. but it would throw an exception
image


image
what should I do? thanks

you can disable the alerts.
can you try Application.DisplayAlerts=false in your macro.?