What are "Properties"?
A VBA object (for example, a "Worksheet" object) has "properties" and "methods".
Properties are the
characteristics of the object.
Methods are the
actions associated with the object. This is treated in more detail in Chapter 5,
Properties and Methods lesson. You can click on the preceding link to learn more about properties and methods, then use the back button on your browser to return to this lesson page.