Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cleaning Up After Excel
Message
From
23/08/2000 13:43:08
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00408353
Message ID:
00408357
Views:
11
Hi Jeff,
There are a few things I do to fix this problem. First, I declare my oExcel object as local at the top of the program, and then just pass it as a parameter to any procedures that need it. Secondly, after you do oExcel.quit(), you want to say oExcel = .NULL., and THEN release oExcel. This clears the excel object out of memory, and sets it equal to 'NOTHING'. Hopefully this rectifies your issue, as it did mine.
Paul A. Busbey
Victoria Insurance
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform