hi,
can i set the page setup Orientation after excel creation and before write text in cells?
CODE$oExcel = _ExcelBookNew(0)
_ExcelColWidthSet($oExcel,1,15)
_ExcelColWidthSet($oExcel,2,15)
_ExcelColWidthSet($oExcel,3,15)
_ExcelColWidthSet($oExcel,4,15)
_ExcelColWidthSet($oExcel,5,20)
_ExcelColWidthSet($oExcel,6,20)
_ExcelColWidthSet($oExcel,7,20)
_ExcelFontSetProperties($oExcel, 1, 1, 1, 7, TRUE, False, False)
; set landscape
_ExcelWriteCell($oExcel,"DATE",1,1)
Thanks