Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Load Excel Macro in VFP9
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Load Excel Macro in VFP9
Divers
Thread ID:
01043899
Message ID:
01043899
Vues:
54
This code works in VFP6 but not VFP9. VFP9 does not load macro other than XLSTART directory. How can I fix this problem?

Thanks, Tai Fei Pao

tmpsheet = GetObject(sys(5)+sys(2003)+'\iedmsdata.xls','excel.sheet')
XLApp = tmpsheet.application
XLApp.RUN("IEDMSDATA.XLS!SAMProject")
XLApp.Visible = .T.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform