Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Office Automation - Excel
Message
De
08/11/2004 15:06:45
 
 
À
05/11/2004 12:30:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00958574
Message ID:
00959331
Vues:
9
Tod, this works for me:
m1 = createobject("Excel.Application")
oWorkB = m1.Workbooks.Add
oWorkS1 = oWorkB.WorkSheets.Add()
workSheetName = "What Ever Name You Want"
oWorkS1.Name = workSheetName
m1.Visible = .t.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform