As title, I have a excel file, filename extension is xlsb. This file have a Workbook_open event, and it will pop up a message box.
If I use activity-“Excel Application Scope” to open this file, it will stop running before I click the button of message box. I tried to use activity-“Click”, but it didn’t work, because last activity-“Excel Application Scope” still not finish. How should I do?
The Excel file(File Link) has a simple event(for test), It will pop up a msgbox after file opened.
In process, when the file is opened by activity, the UiPath will stop on flow-“Open test file”, and can not process to next activity-“Click button on Msgbox”.