Hi, how do I close all open Excel windows? Preferably not using stored selectors or WorkbookApplication variables as I am using ReFramework and I don’t really want to pass too many variables from one workflow to the next
1 Like
Please use Kill Process activity
and use EXCEL as Process Name in the property
For the Kill Process documentation, please check the link below:
5 Likes
Is this a safe method of closing the application?
1 Like
Yes. I haven’t encountered any issues so far by doing that
Even in the tutorial, it tackled about the Kill Process activity for IE.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.