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
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.