I am using Automation Anywhere for inserting values into an excel file. I used thie below code for opening the spreadsheet.But the spreadsheet is opening in excel app instead of Microsoft Excel in my computer. I don't have the license for Outlook Excel App.
Excel: Open Spreadsheet "C:\Users\my_user\Documents\xyz.xlsx".ActiveSheet:"Default".Contains Header,Session:Default
Can anyone help me on this issue?
I would recommend:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\(your version
here:probably 14.0)\options
From "File" create a new DWORD, call it
NoRereg
, and set its value to 1
After that - you'll need to go to the Programs and Features and repair Excel or the Office suite depending on how its installed
If the above is not an option on your environment, you can always do:
C:\Program Files (x86)\Microsoft Office\Office14\Excel.exe
CTRL+O