June 1999
Intermediate to advanced
1368 pages
29h 45m
English
VBA adds support for object-oriented features, a browser for viewing an object's functionality, and the capability to define custom public and private properties and methods. The rest of this chapter introduces you to these powerful new features.
VBA adds some basic object-oriented features. Your application consists of many objects. An object can be thought of as a single unit that contains code and data that serve a common purpose. Table 2.1 lists object examples.
| Object | Description |
|---|---|
| Text box | All controls are objects. |
| Form | Every form in your application is a separate object. |
| Table | Each table in your application contains other objects, such as fields and ... |
Read now
Unlock full access