How to check for object variables still in memory?

M

Michael Hyatt

I am experiencing a resource leak from an Outlook VBA program I have
written. Is there an easy way to see if there are active object variables
still in memory that I failed to destroy?

Note: I posted this previously in microsoft.public.developer.addins and
didn't get a response, so I am posting here.
 
Top