Error description: Error BASE/1004 No exported method: CELLS
My code was :
- Code: Select all Expand view
oSheet:Cells(nLine,9):Select()
oSheet:Columns(9):AutoFit()
oSheet:Cells:Font:Bold:="Arial"
oSheet:Cells:Font:Size:=10
oSheet:Cells:Font:Name:=.t.
Also I need to add the sum function to certain columns . How can I add formula from FWH
Thanks