jordanking
Programmer
- Sep 8, 2005
- 351
Hello,
I am using VBA in access 2003.
I have a lengthy procedure that makes calls to several functions defined in seperate modules. Does the memory space used by the external function's variables get freeed once the call to the function is complete? Or do I need to manually release the vraibles memory space usage once the procedure is finished with them?
I am using VBA in access 2003.
I have a lengthy procedure that makes calls to several functions defined in seperate modules. Does the memory space used by the external function's variables get freeed once the call to the function is complete? Or do I need to manually release the vraibles memory space usage once the procedure is finished with them?