Locked lesson.
About this lesson
A discussion of the different items you'll encounter as you learn to code, and how they relate to each other.
Exercise files
There are no related exercise files for this lesson.
Quick reference
VBA Objects & the Object Model
An explanation of VBA Objects and how the Object Model relates them together.
When to use
To understand what objects are, and how they relate to each other.
VBA Components
The VBA Object Model includes and relates the following items:
- Objects (individual or collections)
- Properties
- Methods
- Events
Relationship of Object Model components
- An object can have multiple child objects
- Every child object can only have one parent object
- Objects are linked using a period (.) from the highest level object (parent) down to the lowest level object (child)
Login to download
Lesson notes are only available for subscribers.