Close excel

in end process i want to close any excel application that is left opened. how can i do it, when excel is not open it throws an error msg that excel not available,i dont want to specify any name of excel. i want to close any excel which is open

1 Like

Hi @Rani1978

Use Kill Process activity and set the ProcessName to “EXCEL”.

2 Likes

Hi @Rani1978

Use the “Kill Process” activity to give the process name “excel” and the “Continue on error” property value to True.

1 Like

Thanks for such a quick response.

Thanks David, for a quick response. Thanks a lot!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.