Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Workbook Copying
Message
De
03/10/2001 19:30:16
 
 
À
03/10/2001 15:57:47
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00563845
Message ID:
00563938
Vues:
16
Wesley,
Why not try the following
copy file exceltemplate to MyNewLocation
loExcel = CREATEOBJECT("EXCEL.Application")
WITH loExcel 
.Application.Workbooks.OPEN("MyNewLocation")
.Application.Worksheets("sheet1")
*push all the data in
ENDWITH
Iain Brodie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform