Hi,
I need to create robot that opens excel workbook and make manipulations. The problem is that when Excel application scope activity starts to process and robot opens Excel file sometimes dialog box with messages appears:
I used different activities such as Parrallel and Element exist indicating that message mox, I also used If activity with Element exist activity and Click activity selecting “Don’t update” button, as another way I used Send hot key activities with Right and Enter activities, but it does not work.
The problem is, that sometimes when opening Excel workbook that dialog box appears and sometimes it does not appear. How can I solve it to make robot contnue processing and click “Don’t update” button if dialog box appears and move to next steps if dialog box does not appear?