E
Elwin
Form modules and report modules are not available to
referencing projects. Class modules are available by
default unless specified as Private, or if there is an
Option Private Module statement at the top of the module.
See visual basic help 'Understanding scope and visibility'
under 'Scope' for all details.
The error you're getting sounds like the one I get when
I've made a reference, but for some reason it doesn't
actually get checked off. good luck.
includes a group of class modules, and have created a
reference to the library through the References dialog box
for my current project. However, when I attempt to
compile the application, I get an error ("User defined
type not defined") and if I run the app I get the same
error. Have I overlooked something? Thanks in advance
for your help!
referencing projects. Class modules are available by
default unless specified as Private, or if there is an
Option Private Module statement at the top of the module.
See visual basic help 'Understanding scope and visibility'
under 'Scope' for all details.
The error you're getting sounds like the one I get when
I've made a reference, but for some reason it doesn't
actually get checked off. good luck.
database? I have created a library database, which-----Original Message-----
Is it possible to include class modules in a library
includes a group of class modules, and have created a
reference to the library through the References dialog box
for my current project. However, when I attempt to
compile the application, I get an error ("User defined
type not defined") and if I run the app I get the same
error. Have I overlooked something? Thanks in advance
for your help!