The Singleton Design Pattern: when you only ever want one instance of a class to be in existence at any […]
Archive for Jul 2015
Object Oriented VBA: Design Patterns: Complex Factory
In my last post I mentioned the ability to create a factory at run-time by accessing the VBComponents collection. To […]
Object Oriented VBA: Design Patterns: Simple Factory
A factory is where things are made and, in object-oriented programming, a factory is where objects are made – factories […]