When is it appropriate to use a class in Visual Basic for Applications (VBA)?
I\'m assuming the accelerated development and reduction of introducing bugs is a common
I use classes if I want to create an self-encapsulated package of code that I will use across many VBA projects that come across for various clients.