I had a kill excel process before excel application scope cause we have had issues with excel not writing into range when file is in use (by robot previous excel application scope)
I have encountered the same error after updating Excel package to newest version (2.7.2).
This error appeared at Excel Application Scope activity and it’s strange that sometimes it works, sometimes throws this error.
The solution in my case:
1.Surround the Excel Application Scope with a Try Catch.
2.In Catch: Kill EXCEL process and after that continue with the same Excel Application Scope from above.
I am also facing the same , can anyone tell what is the reason for having this, as i can’t go with the solution as we manipulating the excel multiple times we don’t know at which point it is failed and we don’t want to start it from scratch again.