These are the class objects that can be created in the programming environment for ManagingEnergy. Unfortunately VBA 6.0 is not a true object orientated development platform. There are many limitations for instance, you cannot inherit from one class to another, you cannot overload class methods and you cannot control the initialization of a class object.
Whenever ManagingEnergy is transferred over to a new platform then we can create a better object model for the application. Until then we are fairly limited with what we can do.