Is it possible to check if Excel.exe is running or not in background

Hello

Does anyone have any idea how to check if Excel.exe is running or not in background using Uipath activities?

Hi,

You can use get all processes activity which gives an output of which all processes are running,

2 Likes

You can use this also

Process.GetProcessesByName(“Excel”). length

Thanks
Venky

4 Likes