Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you set an Excel Header?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
How do you set an Excel Header?
Miscellaneous
Thread ID:
00189300
Message ID:
00189300
Views:
40
I am creating a spreadsheet with the following code:

ExcelObj = CreateObject('Excel.Application')
ExcelObj.Visible = .T.
ExcelObj.Workbooks.Add
ExcelBook = ExcelObj.ActiveWorkbook
ExcelSheet = ExcelBook.Activesheet

I have no problem filling the spreadsheet, but I am having a hard time finding out how to put in the title of the spreadsheet. In excel, it would be under Page Setup/Custom Header. Can anyone help with the syntax?

Thanks,

Mark
Next
Reply
Map
View

Click here to load this message in the networking platform