Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP ole Excel question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00259234
Message ID:
00260054
Vues:
31
Try THis is should work

loExcel = CreateObject('Excel.Application')
loBook = loExcel.ActiveWorkBook
loExcel.Workbooks.Open(lcFileName)
loSheet = loExcel.ActiveSheet
loSheet.PrintOut
losheet = .Null
loBook = .Null
loExcel = .Null

Let me know if this is what you want
Thanks
Darren Mc Dowell
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform