Background
Total Visual SourceBook is the most extensive professional source code library for Microsoft Access, Office, VBA, and Visual Basic 6.0.
Question
When I insert your Total Visual SourceBook example code into my project, why do I get a "User defined type not defined" error?
Answer
Using Total Visual SourceBook, this behavior is correct. If you insert the code from the "Example" tab into your project and not the actual code, the example won't run.
You should insert the actual code into your project first and make sure it compiles before adding the Example code.
When exporting the code the into your project, some modules may have "Other Dependencies" such as DLLs. These are References you need in your project for the code to run. References are set from your VBA module editor's Tools, References menu, or in VB6 under Project, References.
Comments
0 comments
Please sign in to leave a comment.