Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Kill excel after using it???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Kill excel after using it???
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01548418
Message ID:
01548418
Vues:
83
I have some code like this:

oExcelObject = CREATEOBJECT('Excel.Application')
oExcelWorkbook = oExcelObject.Application.Workbooks.Open(tlcExcelFileName)
oExcelWorkbook.ActiveSheet.UsedRange.EntireColumn.AutoFit()
oExcelWorkbook.Save
RELEASE oExcelWorkbook
RELEASE oExcelObject

My problem is that Excel is still running after I do this - so I guess the RELEASE thingys I'm doing is not the the right way to do it. Suggestions anyone?
ICQ 10556 (ya), 254117
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform