Programming Reference Manual
 
Syntax
 
Private Sub Object_Initialize()
    ...
End Sub
 
Description
Object module initialization subroutine. Each time a new instance is created for a Object module the Object_Initialize sub is called. If Object_Initialize is not defined then no special initialization occurs.
 
Note: Object_Initialize is also called for the instance that is automatically created.
See Also
Example