H
Herbert Becker
Hello!
My question is how do I distribute VBA projects to our
users' computers, so that I can call the subs/functions
that come with that project?
The background is we have close to 100 different
templates, most of them use VBA code. Now quite a few of
these templates use identical sub routines (i.e. a sub
that reads from a certain text file). I thought it would
be helpful to have a pool of common subs/functions instead
of copying one and the same code to all templates.
I tried using add-ins or putting a template into the
startup folder, but that doesn't work unless you set a
reference to the template containing the code. But the
reference only works for the current project.
Any ideas, links, hints, suggestions are appreciated
Herbert
My question is how do I distribute VBA projects to our
users' computers, so that I can call the subs/functions
that come with that project?
The background is we have close to 100 different
templates, most of them use VBA code. Now quite a few of
these templates use identical sub routines (i.e. a sub
that reads from a certain text file). I thought it would
be helpful to have a pool of common subs/functions instead
of copying one and the same code to all templates.
I tried using add-ins or putting a template into the
startup folder, but that doesn't work unless you set a
reference to the template containing the code. But the
reference only works for the current project.
Any ideas, links, hints, suggestions are appreciated
Herbert