R
Richard
Hi
If I were to use a class module which has functions and procedures I need to
use for the form, can I dim it at 'Declarations' and set it at the Form_Load
Event, then set it to Nothing at Form_Close Event. Will it affect the
performance or memory in any way?
This way I don't need to instantiate (is this the term to use?) it at every
event.
Hope you understand what I am trying to say here..
Many thanks in advance
Richard
If I were to use a class module which has functions and procedures I need to
use for the form, can I dim it at 'Declarations' and set it at the Form_Load
Event, then set it to Nothing at Form_Close Event. Will it affect the
performance or memory in any way?
This way I don't need to instantiate (is this the term to use?) it at every
event.
Hope you understand what I am trying to say here..

Many thanks in advance
Richard