Exception Handling Scenario Based Question

Hai Team,
I have a scenario where I need to read one excel lets consider excel is not installed in my machine so I am using workbook activities it will throw me error if the file is opened how to handle this.
I know for read range workbook activity I can use try catch and handle it and logging msg in catch block.
Kill process I cant because it may affect the other user who is working the same file.

How to handle this scenario.

Hi @Gayathri_Mk ,

Kill process kills only the application session in Current user. It won’t affect other user session in the same machine

@Gayathri_Mk

You can use kill process and in properties you have option to select currentuseronly

cheers