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

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