I have an class object that I create, with references to other classes (none of the other classes reference each other). I am having a memory issue that gives the \'out of memo
Try using End keyword
End
Sub Test1() Dim zwell As aclsWell For i = 1 To 2000 Set zwell = New aclsWell Set zWell = Nothing Next i End End sub