Excel to export pdf macro not working VCI have received the below error when i tried to run the split task macro in visualcron
Pease find the error below
ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskOfficeMacro.exe" 191637)->RunExcelMacro->COMException System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'Split.All_PDF'. The macro may not be available in this workbook or all macros may be disabled.
at Microsoft.Office.Interop.Excel.ApplicationClass.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
at TaskOfficeMacro.OfficeMacro.j0KqG1Yr0() - maybe Microsoft Office is not installed? This Task requires Microsoft Office being installed.
ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskOfficeMacro.exe" 191637)->Unhandled execution error: System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'Split.All_PDF'. The macro may not be available in this workbook or all macros may be disabled.
at TaskOfficeMacro.OfficeMacro.j0KqG1Yr0()
at TaskOfficeMacro.OfficeMacro.i5MxlMFkQNA3SBPxjQ()
at TaskOfficeMacro.OfficeMacro.pWesufEbs()
at IBwZcMmbyFlixla5Lj.YfcQ8MluXnXUG3fatN.BtSJCkm0Z(String[] )
Exception in Task: ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskOfficeMacro.exe" 191637)->RunExcelMacro->COMException System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'Split.All_PDF'. The macro may not be available in this workbook or all macros may be disabled.
at Microsoft.Office.Interop.Excel.ApplicationClass.Run(Object Macro, Object Arg1, Object Arg2, Object Arg3, Object Arg4, Object Arg5, Object Arg6, Object Arg7, Object Arg8, Object Arg9, Object Arg10, Object Arg11, Object Arg12, Object Arg13, Object Arg14, Object Arg15, Object Arg16, Object Arg17, Object Arg18, Object Arg19, Object Arg20, Object Arg21, Object Arg22, Object Arg23, Object Arg24, Object Arg25, Object Arg26, Object Arg27, Object Arg28, Object Arg29, Object Arg30)
at TaskOfficeMacro.OfficeMacro.j0KqG1Yr0() - maybe Microsoft Office is not installed? This Task requires Microsoft Office being installed.
ExecuteProcess("C:\Program Files (x86)\VisualCron\\TaskOfficeMacro.exe" 191637)->Unhandled execution error: System.Runtime.InteropServices.COMException (0x800A03EC): Cannot run the macro 'Split.All_PDF'. The macro may not be available in this workbook or all macros may be disabled.
at TaskOfficeMacro.OfficeMacro.j0KqG1Yr0()
at TaskOfficeMacro.OfficeMacro.i5MxlMFkQNA3SBPxjQ()
at TaskOfficeMacro.OfficeMacro.pWesufEbs()
at IBwZcMmbyFlixla5Lj.YfcQ8MluXnXUG3fatN.BtSJCkm0Z(String[] )when i run the particular macro manaully, it is working fine. please help me
The version I am using is MS office 2013
VisualCron version 7.2.0
Edited by user
2017-07-03T17:20:04Z
|
Reason: Not specified