Does VBA support class inheritance? Can someone provide an example?
In particular, I've got a general class for managing database functionality, and want to make a specific class for managing a particular DB which inherits the features of the general one.
I've looked in the help files and haven't found anything useful. I've found examples for doing this in VB, but they don't seem to work in VBA. Is it possible?
In particular, I've got a general class for managing database functionality, and want to make a specific class for managing a particular DB which inherits the features of the general one.
I've looked in the help files and haven't found anything useful. I've found examples for doing this in VB, but they don't seem to work in VBA. Is it possible?