L
Luke Bellamy
Hi - I have an mde file (Acc 2002) with Class Modules.
I link this mde file into my other project via references.
When I "dim" one of the external classes it says
"User Defined Type" not found. This is because the Instantiation
flag is set to Private.
The only other option is "PublicNotCreatable" which causes the
external classes to be declared (dimmed) but as soon as I set it
to a new is says that I can't set obj = new Cls. I'm guessing
because it really is Public Not Creatable
I think I'm missig something here. Any comments would be
appreciated.
I link this mde file into my other project via references.
When I "dim" one of the external classes it says
"User Defined Type" not found. This is because the Instantiation
flag is set to Private.
The only other option is "PublicNotCreatable" which causes the
external classes to be declared (dimmed) but as soon as I set it
to a new is says that I can't set obj = new Cls. I'm guessing
because it really is Public Not Creatable

I think I'm missig something here. Any comments would be
appreciated.