Читать книгу Excel VBA Programming For Dummies - Dick Kusleika - Страница 68
Introducing the Excel Object Model
ОглавлениеIN THIS CHAPTER
Learning the Excel Object Model and its hierarchy
Understanding how to access properties and methods
Discovering resources to help you code
The purpose of Excel VBA is to manipulate Excel. Some of the code you write will be VBA language constructs — aspects of the language that are common to all programming languages. The rest of the code you write will be specific to Excel. In this chapter, you learn about the Excel Object Model. The object model is the gateway into all the objects that make up Excel. Manipulating these objects is what Excel VBA programming is all about.