Hey All,
I been trying to run an Excel Maro task but I get the following error.
ExecuteProcess("C:\Program Files\VisualCron\\TaskOfficeMacrox86.exe" 257)->RunExcelMacro->COMException System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Excel cannot access the file 'C:\Freedom\CombineSheets.xls'. There are several possible reasons:
• The file name or path does not exist.
• The file is being used by another program.
• The workbook you are trying to save has the same name as a currently open workbook.
at Microsoft.Office.Interop.Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly, Object Format, Object Password, Object WriteResPassword, Object IgnoreReadOnlyRecommended, Object Origin, Object Delimiter, Object Editable, Object Notify, Object Converter, Object AddToMru, Object Local, Object CorruptLoad)
at TaskOfficeMacro.OfficeMacro.tBMH9hVLo() - maybe Microsoft Office is not installed? This Task requires Microsoft Office being installed.
ExecuteProcess("C:\Program Files\VisualCron\\TaskOfficeMacrox86.exe" 257)->Unhandled execution error: System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Excel cannot access the file 'C:\Freedom\CombineSheets.xls'. There are several possible reasons:
• The file name or path does not exist.
• The file is being used by another program.
• The workbook you are trying to save has the same name as a currently open workbook.
at TaskOfficeMacro.OfficeMacro.tBMH9hVLo()
at TaskOfficeMacro.OfficeMacro.ojEZqVdFd()
at Iw7U8AFDbYsoJbVj4B.HXIcSvWse109OZwest.ju4n6fQmk(String[] )
Exception in Task: ExecuteProcess("C:\Program Files\VisualCron\\TaskOfficeMacrox86.exe" 257)->RunExcelMacro->COMException System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Excel cannot access the file 'C:\Freedom\CombineSheets.xls'. There are several possible reasons:
• The file name or path does not exist.
• The file is being used by another program.
• The workbook you are trying to save has the same name as a currently open workbook.
at Microsoft.Office.
But I checked all three points that is listed and I can't figure out why. Please advise and thanks in advance:)