Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to Write Your Own Objects in Excel VBA

In this article, we will be discussing how to create a new Class Module in VBA and add our object properties and methods. First, for those of you not familiar with object-oriented lingo, an object is a code construct comprised of properties and methods. Properties are variables that describe the object in some way; [...]