Class_Terminate Sub
Syntax
Private Sub Class_Terminate() ... End Sub
Group
Description
Class module termination subroutine. Each time an instance is destroyed for a class module the Class_Terminate sub is called. If Class_Terminate is not defined then no special termination occurs.
See also