|
-
Feb 4th, 2008, 06:38 AM
#1
Thread Starter
Member
[RESOLVED] Release resources of excel
In vb6 application i have imported data from excel sheet by creating excel application. After the application excel resources are not released and it is not opening even after following code i have used at the end of the application.
Set xl = Nothing
Set xlwbook = Nothing
Set xlSheet = Nothing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|