Close Particular Excel File

Hi ,

i have 5 different excel files are open and i want to close a particular file during my bot running.

How can i achieve that ?

Thanks

1 Like

once you read the excel file with excel application scope with that particular file name, you can get the output from that excel application scope activity a variable of type workbook…get that variable as out_workbook
and use close workbook activity passing that variable as input to this activty buddy @avinashy

4 Likes

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