Hello All
I am trying to close all the excel file opened during running workflow after the invoke method but not able to close. Can anyone help me??
Thanks in advance.
Hello All
I am trying to close all the excel file opened during running workflow after the invoke method but not able to close. Can anyone help me??
Thanks in advance.
Hi @AryanSingh,
You need to operate inside Excel Application Scope
activity like this:
Eventually there is a way to use PowerShell script for searching the application opened processes and kill them all (with use of Invoke Powershell activity).
Hi @AryanSingh
Use kill process and give the process name as “Excel”
Or Excel.exe
Thanks
Ashwin.S
Ok, so i need to place the kill process inside the excel. And need to put EXCEL.exe in “processname”??
Thank You
Yes process name in kill process activity
Try to use just “EXCEL” instead of “EXCEL.EXE” in the Process Name property.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.