Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Function
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00425616
Message ID:
00425733
Vues:
20
I am using automation to find the CORREL now, but I can't seem to get excel to close. I thought release was supposed to do this:

loExcel=CREATEOBJECT("excel.application")
WITH loExcel
.workbooks.OPEN(lcTempFile)
.RANGE("E1").SELECT
.ActiveCell.FormulaR1C1 = lcCorrelParam
lnCorrel=.RANGE("E1").VALUE
ENDWITH
RELEASE loExcel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform