Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel
Message
 
À
27/12/2000 13:19:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Excel
Divers
Thread ID:
00457034
Message ID:
00457041
Vues:
19
>What would be the procedure code to open an excel file in a VFP6.0 .prg?
>
>Say the file name I want to open is "c:\temp.xls"


Try

oExcel = createobject('excel.application')
oExcel.workbooks.Open("c:\temp.xls")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform