VBA Classes
Last Updated on February 4, 2022 – 5 min read
Class modules are specific VBA modules. It allows you to create customized objects with methods and properties […]
VBA Subclasses
Last Updated on January 20, 2022 – 4 min read
In object-oriented programming, inheritance is a mechanism that allows, when declaring a new class, to include another class characteristic […]