Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inheritance in VBA (Excel)

Status
Not open for further replies.

krinid

Programmer
Jun 10, 2003
356
CA
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?
 
Any inheritance experts out there?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top