View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dmitry V. Petkun Dmitry V. Petkun is offline
external usenet poster
 
Posts: 4
Default Can I create in VBA a class with instancing type different from 1 and 2?

1878026431
My application needs to use some classes that are declared in an Add-In. Can
I create in my application the objects (instances) of these classes? VBA
allows to set instancing type for a class module to 1 (Private) or 2
(PublicNotCreateable). Can I use any other instancig model in VBA?

Thanks for answers
Dmitry Petkun