Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Formatting ...
Message
De
12/10/2001 13:48:09
 
 
À
09/10/2001 16:56:40
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00566207
Message ID:
00567820
Vues:
16
Here are some samples

With oleExcel
.Application.cells.font.name="Arial"
.Cells(1,1).Font.Bold =.T.
.Cells(1,1).Font.Underline =.T.
.Cells(1,1).Font.Size =.T.

.COLUMNS(1).NUMBERFORMAT = "$#,##0.00_);[Red]($#,##0.00)"

.ActiveSheet.PageSetup.LeftFooter="&6 "+DTOC(DATE())+" "+TIME()
ENDWITH
I hope this helps
Jerry R
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform