Module not found
Modules aren't loaded from a code reference — they must be part of the project. This error has the following cause and solution:
- The requested module doesn't exist in the specified project. For example, the statement
MyModule.SomeVar = 5
generates this error whenMyModule
isn't visible in the projectMyProject
. See your host application documentation for information on including the module in the project.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.