Hi all
I have created a process where members of a team can save an excel document document directly in to a sharepoint folder. This list of documents in that folder forms the queue to be worked, and as the process moves on each excel document in the folder is opened, and the data gathered leading to other subsequent actions.
The issue i'm having though is that if that person leaves the excel document open on their screen when the process runs (which happens fairly regularly), the Exbel vbo gets stuck in the code stage of the open workbook due to an Excel pop up, which states that the file is in use.
The process moves on if I manually click the pop up, however this defeats the purpose.
I can think of 3 potential ways around this, 1) If I could check that the file was locked prior to opening the document that would solve my problem, unfortunately the document appears to need to be open in the Excel instance to check if its read only, which obviously doesn't happen due to the pop up 2) If I could get Blue Prism to force itself forward into a recovery stage that would also work 3) If Blue Prism could handle the pop up in its code stage
Any guidance about how to solve this issue would be appreciated.
Thanks