Code: Select all
// Create the object
oExcel := ExcelObj( )
oExcel:WorkBooks:Add( )
oAS := oExcel:ActiveSheet( )
oAS:Cells:Font:Name := "Arial"
oAS:Cells:Font:Size := 12
Error description: Error BASE/1005 No exported variable: NAME
Args:
[ 1] = A { ... } length: 2
[ 2] = C Arial
Any ideas ? In other XLS exports the same code is sorking fine.