I am instaniating an object with the command "Set myobj As MyObj". Now I may have multiple instances of the object running at once when I close the App how do I destroy ALL the objects. I do "Set myobj = Nothing" on the unload function of the form. But if I have five or "n" instances of the object how do I get them all.


Thanks


Rick