Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kill excel after using it???
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01548418
Message ID:
01548422
Views:
60
>>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?
>
>Add after save:
>oExcel.Quit()
>oExcel = NULL

Oh yes I've done this before...geeze is it Friday yet or what?

Thanks!
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform