Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launch excel with an argument
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00934479
Message ID:
00934483
Vues:
30
This message has been marked as a message which has helped to the initial question of the thread.
try this:
oExcel = CREATEOBJECT('Excel.Application')
oWorkBook = oExcel.Workbooks.Open( cExcelFileName )
>I'm stuck with how to go about launching Excel from within VFP with an argument of a path and filename.
>I've got the path to the file. I've tried utilizing the run command with no success.
>
>Thanks in advance!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform