Please help me with a couple of VBA related Word questions... than

S

Simon

1. If a group of users have a common template installed on their machine,
and they are all sent a document created with that template, is the
appropriate corresponding template identified by its filename, or by its
fully-qualified-folder-path-filename (which could be in different locations
on different client machines), or something else?

2. Can VBA code be separated from the document and distributed separately
from the document?

3. What's the best way of distributing changes to a VBA macro?


Thank you for your help
 
D

Doug Robbins - Word MVP

I do not have the facilities to the check and Answer 1

Re 2, while you can export the module containing the code as a .bas file and
you could distribute that, it would be a bit much to expect the average user
to make the required use of it.

Re 3, see the article "Distributing macros to other users†at:

http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 

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