Visual Basic Concepts
Objects that Allow You to Respond to Events
This group of objects helps you respond to events that occur in Visual Basic. The VBA object can be either the Visual Basic environment, in design view, or the program that you create, at run time.
Events also occur on the following collections:
VBProjects
VBComponents
VBControls
References
Using these objects, you might monitor and/or intercept and handle events that occur in the Visual Basic interface, such as when a form is added to the project, or when a project is added.