C
CustomSoftware
I'm trying to programmatically create footers, headers etc.
in Excel using Visual Fox Pro's programming language. I can
create an instance of Excel with this syntax:
oExcelObj = createobject( 'Excel.Application' )
and a reference to a page with this:
oPage = oExcelObj.Workbooks.Add
I've figured out how to format cells in the workbook, but
I'm working by trial and error to find this information.
Where in the Excel documentation or in MSFT's body of
documentation, can I find how to reference these
"properties" of an Excel worksheet?
in Excel using Visual Fox Pro's programming language. I can
create an instance of Excel with this syntax:
oExcelObj = createobject( 'Excel.Application' )
and a reference to a page with this:
oPage = oExcelObj.Workbooks.Add
I've figured out how to format cells in the workbook, but
I'm working by trial and error to find this information.
Where in the Excel documentation or in MSFT's body of
documentation, can I find how to reference these
"properties" of an Excel worksheet?