Memory Management in VBA

  • Thread starter Thread starter GM
  • Start date Start date
G

GM

hi,
Is there any way to flush the memory in VBA?
I know the use of nothing, which has been already incorporated in my code.
any thing on application object?

Thanks,
GM
 
if you have created objects, release them by setting to nothing

eg

SET xyzObject = NOTHING
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top