Modules and Libraries

Zenerdiode

Active Member
Licensed User
At the moment, a Module.bas file holds a reference to the objects that are used in the module. I'd like it to hold a reference to the library too; so when you add a previously written module to your project, if there are libraries used in the module that are not yet referenced in the project - they will be added automatically.
 
Top