How to work with multiple excel files at a time

How to work with multiple excel files at a time by keeping all working files open

1 Like

You can use more then one Excel Application Scope to work with multiple excel files at a time.
One Application Scope for each file.

Excel application scope is overwriting the excising file with new file.
It is auto closing file after excel application scope end

In the earlier versions, we have Open Workbook activity.
Now in the latest versions we have only Close workbook activity.

For just opening workbooks, you can use the following logic as mentioned in the below topic (check solution :smile:) -

Regards,
Karthik Byggari

1 Like