Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Function
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00425616
Message ID:
00425733
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform