I am running a simple macro through Office macro task and get the below error:
ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskOfficeMacrox86.exe" 82760)->RunExcelMacro->COMException System.Runtime.InteropServices.COMException (0x800A03EC): Microsoft Excel cannot access the file 'C:\test\Test-VC trigger alert\Macro to filter data.xlsm'. 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.N9ZIVak7T() - maybe Microsoft Office is not installed? This Task requires Microsoft Office being installed.
I have checked the above and there is no obvious issue, except the path to execute .exe process says C:\Program Files (x86)\VisualCron\\TaskOfficeMacrox86.exe. There is a double slash after Visual Cron. Is this a bug?
Edited by user
2015-03-11T15:14:56Z
|
Reason: Not specified