Help with closing PDF and Excel applications before executing the robot

Hi,

Could someone help me on how to close open applications before the robot execution?

I have tried using the Close application activity but it only work if the Application is open and it is obvious that it throws an error when no application is open, How to solve this?

1 Like

Hi
we can use KILL PROCESS activity with process name property mentioned as “EXCEL” for excel application and one more KILL PROCESS activity with process name property mentioned as “AcroRd32” for pdf application
place these two kill process activity at the start so that those two applications will be closed

Cheerss @mc00476004

4 Likes

Thank you @Palaniyappan, Will try this and let you know !

Cheers!

1 Like

Sure
Kindly try this and let know for any queries or clarification
@mc00476004

1 Like

Thank you, This works!!

1 Like

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