Exception regarding excel

The process cannot access the file because it is being used by another process.in excel file how to resolve this

@sruthesanju
Close the Excel file that open in your computer

-Use Kill Process Activity

Regards
Gokul

Hi @sruthesanju
Before writing the excel or reading the excel

Use "Kill Process " activity

Regards
Sudharsan

I have used kill process activity still the same getting same error

Can you share the screen shot of the workflow?

The code shouldn’t be shared

Try Close Workbook Activity

1.Excel application scope ->create a variable for Workbook in properties
2. Use the variable in the close workbook activity

Regards
Sudharsan

I have not used any excel scope activity

Then Try this

So you have used read range and write range of workbook activity?

Yes I have used

Before each activity you can try like this