|

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

1.        What are Objects and Collections? Visual Basic defines a number of what it calls Objects. Examples of Objects are: In object-orientated terminology, Objects belong to Classes. Collections are groups of Objects. Here are some examples of Collections that Visual Basic defines: 2.        The Excel Object Model Excel, too, has objects of its own.  When…