Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cleaning Up After Excel
Message
 
To
23/08/2000 13:43:08
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00408353
Message ID:
00408361
Views:
16
I already have the oExcel.quit() but I will add the others.

Thanks!

>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.
Jeff Pearce
Previous
Reply
Map
View

Click here to load this message in the networking platform