How to access a property of the PARENT custom class instance from a CHILD custom class instance. Simply as a convenience for discussion ... let's assume A Mammal has teeth
When I look at examples of "Class modules" in VBA Developers Handbook (Ken Getz) I see private data and public methods declarations, but there is no header line or End. However, when I insert a new class in a VB project in Visual Studio 7 I get what looks more like a C++ class ...
I am using a few forms in different projects and add therm as link in each project. I want to make the code so general, that they fit in every project they are linked to.