I want to copy the data from excel cell without closing it, the reason behind keeping excel open is i am going to copy multiple cell data into my ERP tool one by one.
I have used below method with storing that cell data into variable and then put that into ERP tool, but then got the error “The process cannot access the file because it is being used by another process in read range”.
If you use Workbook activities inside Excel application scope then it will give you error
as Excel Application Scope opens your File and use till it gets out of that scope
That’s why u are getting this error
Instead you should Use Read Cell of Excel Activities