Before running, open task manager and make sure there are no excel instances running. Looks like its already being used.
Hi Gamelytics,
The file needs to be closed before the Read Range activity can access the file. It’s a Workbook activity, as opposed to an Excel App Integration activity, so needs to start with a closed file.
Options are:
- make sure the file is closed before starting the robot
- use error checks (like Try Catch activity) to see if the file is open, close it, then read the range.
Regards,
Cesar