module definition
The public symbols in the module are accessible by other modules/macros by way of the '#Uses special comment or a project's LoadModule statement.
- A module is loaded on demand.
- A code module is a code library.
- An object module or class module implements an object.
- A module may also access other modules with its own '#Uses special comments.
A module name may be suffixed with "/certkey". This insures that the module being used has been encrypted using the Decryption certificate indicated by certkey.
The following module name SecureModule.bas/00000003 is valid only if SecureModule.bas has been encrypted using the 00000003 Decryption certificate.