*This Excel Book has the following code, and a message dialog is displayed at startup.
Private Sub Workbook_Open()
ActiveWindow.ScrollRow = 1
MsgBox “Test”
End Sub
So I started Excel with ExcelScope and coded to click OK But there is no reaction.
The method of sending Enter as a hot key, or use the StartProcess function, also did not work.
Since it’s not possible to modify the VBA side, please tell me how to control the VBA button with UiPath.
Using the “Element Exist” function, if there is an object, I modified to send a hot key, but it still doesn’t work. Is there any other idea? Main.xlsx (9.5 KB)
I have an Excel macro which is calculating for a few minutes and afterward, also a Popup appears. I tried all the suggested ways to solve this problem mentioned earlier, but nothing seems to work. UiPath doesn’t even run into an error and it just waits forever without reacting when the given popup appears.
As working with Excel Macros is an extremely important ability of UiPath, I am wondering if anybody else run in this problem and has an alternative approach!?
PS: I tried also the Element Exists Approach without any luck. Not even the message box for false boolean appears…