Recent content by Frederic Ognier

  1. F

    Saving Excel in Progress

    To save a spreadsheet Hello, Use that : create "Excel.Application":U chExcelApplication. chWorkbook = chExcelApplication:Workbooks:add(). /* Character Var*/ def var c_path_out as char no-undo. def var c_classeurExcel as char no-undo. /* * Where the file is going to be save */...
Top