Hi Sondre
When you say other bots are using this file are they all using different vm's but accessing the same file? Are they all running separately and could be attempting to access the file at the same time? If so then you could try using the environment locking action in BP this will allow only one process to open the file and use it at a single time. When complete the bot should save the file, close the instance, exit (all of these actions are within the excel object) this will close any open instances and exit the open excel application, you then release the environment lock to allow another process to use the file.
However if you think this is just a result of the save taking too long to save the file you could change the timeout period on this, the save objects has the timeout period as 30 seconds in a data item. If you change the data item to a longer time limit you dont need to change anything within the code stage itself just the data item.
Hope this helps 🙂
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------