The Basics of Using Excel’s object model with VBA
Excel exposes its features and functionality through objects. Excel’s object model, as it’s called, includes nearly 200 objects that represent everything from cell ranges to charts to worksheets, workbooks, and the Excel application. Each object has properties that allow access and control over its attributes, as well as methods that expose the object’s functionality. When [...]