View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NateBuckley NateBuckley is offline
external usenet poster
 
Posts: 146
Default Inheritence in VBA?

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.