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

What kind of instancing do you require?

"Dmitry V. Petkun" wrote in message ...
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