|
-
May 30th, 2000, 10:02 PM
#1
Thread Starter
Junior Member
Hi guys !!!
Anyone knows how to Release Memory of any program in VB 6.0 SP3 ???
And objects? Is that: Set xlapp = nothing !!!!!
Thanks in advance 
-
May 30th, 2000, 10:20 PM
#2
Hyperactive Member
That is how I do it. just set the refernce that you have, say to your dll and set it to nothing.
Code:
Set myDllServerObject = nothing
-
May 30th, 2000, 10:49 PM
#3
Thread Starter
Junior Member
Originally posted by billrogers
That is how I do it. just set the refernce that you have, say to your dll and set it to nothing.
Code:
Set myDllServerObject = nothing
Thanks Bill!!! ...but i have the Excel after i put the code below in the task manager of NT
and i want to release as well as Lotus Notes...but until know nothing.
See i have done these:
Code:
WBSource.Close False
WBMailDef.Close False
Set session = Nothing
'Set myDllServerObject = Nothing Which DLL do u mean?
Set WsWork = Nothing 'sheet
Set WSMail = Nothing 'sheet
Set WBSource = Nothing
Set WBMailDef = Nothing
Set WBWork = Nothing
-
May 31st, 2000, 01:15 AM
#4
Hyperactive Member
as for my prev. post I was just trying to give a generic exmple, not specific to excel or lotus.
I think what you have works, I am looking around to try and verify.
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
|