Search results

  1. N

    Issue writing reports to Excel 2013 - Com Handle Errors

    /* Now set up a an Excel sheet. */ CREATE "Excel.Application":U chRepExApp. chRepExApp:VISIBLE = FALSE. ASSIGN chRepWorkBook = chRepExApp:Workbooks:ADD() chRepWorkSheet = chRepExApp:Sheets:ITEM(iSheet). /* Add Extra Sheets */ DO iSheet = 1 TO 9: IF iSheet >= 3 THEN...
  2. N

    Issue writing reports to Excel 2013 - Com Handle Errors

    Hi All, Using an application to output data to excel (OE 11.5) and a client has recently changed their version of MS Office and Excel to 2013 and we are now seeing com handle errors. This works no problem on Excel 2007 and 2010 and this is running the same code across a number of different...
Back
Top