Inheritence in VBA?

  • Thread starter Thread starter NateBuckley
  • Start date Start date
N

NateBuckley

Is Inheritence possible in VBA? (Excel 2003)

I have a Class that I have to keep making duplicates of, I want to pretty
much keep everything the same, bar a few changes to a few methods, but I have
to keep duplicating etc. Not too much hassle, but it'd be great if I were
able to inherit the needed.

Thanks for any replies in advance.
 
Is Inheritence possible in VBA?

Regrettably no.

--
Jim
| Is Inheritence possible in VBA? (Excel 2003)
|
| I have a Class that I have to keep making duplicates of, I want to pretty
| much keep everything the same, bar a few changes to a few methods, but I
have
| to keep duplicating etc. Not too much hassle, but it'd be great if I were
| able to inherit the needed.
|
| Thanks for any replies in advance.
 
Back
Top