B
Bert Van Aerschot
Hi all,
I've made made word templates (.dot files) with VBA code for a letter, fax,
memo, ...
The code (mostly subs and a few forms ) is within the templates but if you
make a new instance the code is included in the new document.
the code only runs on "document_New()" so it is not necessary that it is
within the documents (.doc). Is there a way to exclude the code in the
generated documents so that they still run on document_new() but are not
included when the templates are send to somebody else who does not have te
templates or is saved on the desktop.
I was looking for a way to include the necessary code from another file so
that once the file is send to somebody else the size of the docs is lower
too.
I've searched on google but I can't seem to find the right keywords for the
results I want, any help on that would be appreciated too.
thx in advance for your time to answer,
Bert
I've made made word templates (.dot files) with VBA code for a letter, fax,
memo, ...
The code (mostly subs and a few forms ) is within the templates but if you
make a new instance the code is included in the new document.
the code only runs on "document_New()" so it is not necessary that it is
within the documents (.doc). Is there a way to exclude the code in the
generated documents so that they still run on document_new() but are not
included when the templates are send to somebody else who does not have te
templates or is saved on the desktop.
I was looking for a way to include the necessary code from another file so
that once the file is send to somebody else the size of the docs is lower
too.
I've searched on google but I can't seem to find the right keywords for the
results I want, any help on that would be appreciated too.
thx in advance for your time to answer,
Bert