Just trying to Open Application ---> Excel

gives me the error: Open application : Value does not fall within the expected range."

Am in just not putting in the correct execute file?
I’ve located it in my folders and tried both:
“C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL”
“C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.exe”

Anyone else had this problem?

In my case it works fine

But I think there’re easier ways;
Use “Excel Application Scope”
This allows you to both open new Excel file (specify not existing file name) and existing Excel file

Use “Start Process”
With this of course I can launch Excel by specifying the full path, but I was able to launch Excel by just specifying exe file name in “FileName”, too.

1 Like

Hi,
You under root folder.
default path will be “C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE”

1 Like

Hi, I’m using the Excel Application Scope to launch an existing excel file, but the desired file did not launch. Can anyone help to troubleshoot? Thank you.

Did you manage to solve the issue? By Launch, you mean you are opening the excel file correct?

Put the value in Argument instead of FileName

image