Excel 2003 VBA Programmer's Reference
by Paul T. Kimmel, Stephen Bullen, John Green, Rob Bovey, Robert Rosenberg
A
Excel 2003 Object Model
Most of the objects in the Excel Object Model have objects with associated collections. The collection object is usually the plural form of the associated object. For example, the Worksheets collection holds a collection of Worksheet objects. For simplicity, each object and associated collection will be grouped together under the same heading.
Common Properties with Collections and Associated Objects
In most cases the purpose of the collection object is only to hold a collection of the same objects. The common properties and methods of the collection objects are listed in the following section. Only unique properties, methods, or events will be mentioned in each object section.
Common Collection Properties

Common Collection Methods

Common Object Properties
Objects also have some common properties. To avoid redundancy the common properties and methods of all objects are listed next. They will be mentioned in each object description as existing but are only defined here.

Excel Objects and Their Properties, Methods and Events
The objects are listed in alphabetical order. Each object has a general description of the object and possible parent objects. This is ...