Inheritance in VBA
So apparently way back in yesteryear it was decided that VBA didn't need to support inheritance per-se, which is really annoying when you want to set up a nice collection of related classes!. What it does instead, which may or may not suit your needs, is allow you to designate a default property and that essentially offers the methods and members of the default property when an instance of the (would ordinarily be) inheriting class is created. Which in english means.. (to be completed)