What is the Excel Object Model?
The objects in Excel which are organised in a local hierarchy.
Which object is at the top of the hierarchy?
Application
What are the 3 basic steps to navigate the Excel Object Model?
What are the 2 ways you can identify an individual object from within a collection?
Index number and objects name.
What are the 3 basic rules for placing an index number or object name within a statement?
How do you simplify fully-qualified references?
You can omit the Application object.