Include modules

H

hals_left

Is there any way to include a module at run time so that te latest
version is used.

I have several vba templates and want to share an alerts/messages
module, date handling module and database connection module rather than
having seperate copies of each modukle for each template.But all 3
modules are work in progress. How best to manage this so that when a
module is changed all templates use the latest version?

thanks
hals_left
 
J

Jezebel

Put the code into an add-in template. Then you need only one copy of the
code on each user's machine. To upgrade your code, replace the add-in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top