See Also Example Event Procedures Applies To
The Initialize event for a class module occurs when you create an instance of that class module.
Note To run code when the Initialize event occurs, you must place that code within the Initialize event procedure in a class module.
Remarks
The Initialize event occurs when you: