Class Inherits



Hi,

Im new to VBA programming and I have a question.

My plan is to read information from a database(ADODB Connection). This
has been sorted allready.

I want to take this information and draw diffrent Symbols and populate
them with diffrent properties.

My question is then if I can make heritage with my classes, and if so
how do I define them

I want one base class that is a general figure, then 3 other that
inherits from this.


.


Loading