Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you set an Excel Header?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
How do you set an Excel Header?
Divers
Thread ID:
00189300
Message ID:
00189300
Vues:
39
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform