switch to moder activities, and use the use application/browser activity, select any excel open file and check the propertie “open” to always, and “close” to never, it will open the excel and take the correct paths from your excel
The Start Process Activity isn’t exactly suitable for this particular scenario.
There are Activities that let you work with Excel, whether it be reading/writing formulas, or performing complex data manipulation.
Have you given the Workbook or Excel Activities a try?
The Excel Application Scope has a parameter which when enabled, makes the Excel File visible →
I usually keep it disabled, so that it works in background and speeds things up.
Only problem with this is the Excel File will remain open until the program exists the Excel Application Scope.
But even then, if you were to find a way to keep the excel file open, what purpose does it serve?
You won’t be able to interact with it, unless you use UI Automation.