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

what should I do? thanks
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
you can disable the alerts.
can you try Application.DisplayAlerts=false in your macro.?