Excel automation run time error in accessing the file

hi i m new uipath, while creating excel automation, fetching data from website and writing it to excel file getting an error the-process-cannot-access-the-file-because-it-is-being-used-by-another-process, file.xlsx

2 Likes

Hi @Aditya_Gujral

Use Excel application scope and set the property as visible or you would have open the file by looping

Thanks
Ashwin.S

1 Like

Hi
Use KILL PROCESS activity and mention the processname property as “EXCEL” before using EXCEL APPLICATION SCOPE activity

cheers @Aditya_Gujral

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.