Hi,
I want to stop a robot’s execution when the robot tries to open an excel file
placed on a shared server which is already opened by someone else.
Right now, when the excel file that the robot tries to open is already opened,
the robot automatically makes a copy of the file and starts writing into the copied file.
I don’t want the robot to do that, I’d like the robot to stop when it faces this problem.
Somebody have a clue about how I can solve this?
Thanks