View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Edward Ulle Edward Ulle is offline
external usenet poster
 
Posts: 92
Default Class within a class

Josh,

I realized my Class1 Class_Terminate was wrong. In fact it was doing
nothing. It should be.

Private Sub Class_Terminate()
Dim i As Long
For i = 1 To cClass2.Count
cClass2(i) = Nothing
Next
Set cClass2 = Nothing
End Sub




*** Sent via Developersdex http://www.developersdex.com ***