Hi,
I’m getting this error when I try to use excel application scope (visible option is turned off) in a background process (when executing from the orchestrator):
“Error opening workbook. Make sure Excel is installed.”
When I run it locally it works fine.
Is Excel application scope compatible with background processes?
The thing is, the process works fine when I run it locally. I’m pretty sure the problem is not within Excel.
I have tried this in a different machine and the error persists.
Have you tried NOT running it as a background process? This is a basic troubleshooting step to see if the behavior is different. It’s possible a background process cannot use Excel Application Scope because it opens the Excel file which is not possible in the background.