Hi all..
I have a small program with 4 forms and 1 module.
When I exit the program (from form1), I use this method:
Set Form4 = Nothing: Unload Form4
Set Form3 = Nothing: Unload Form3
Set Form2 = Nothing: Unload Form2
Set Form1 = Nothing: Unload Me
Is this sufficient to unload everything from memory, or do I need to use one of the methods previously posted?
It wouldn't let me set module1 to nothing, and I have a couple of global variables in there.
Thanks...
I have a small program with 4 forms and 1 module.
When I exit the program (from form1), I use this method:
Set Form4 = Nothing: Unload Form4
Set Form3 = Nothing: Unload Form3
Set Form2 = Nothing: Unload Form2
Set Form1 = Nothing: Unload Me
Is this sufficient to unload everything from memory, or do I need to use one of the methods previously posted?
It wouldn't let me set module1 to nothing, and I have a couple of global variables in there.
Thanks...