|

How to Use Objects, Properties, Methods, and Events in Visual Basic

This is an excerpt from Microsoft Excel 2000 Visual Basic Help. 1.        Objects and Collections An object represents an element of an application, such as a worksheet, a cell, a chart, a form, or a report.  In Visual Basic code, you must first identify an object.  Only then can you apply one of the object’s…