View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Charles Kenyon Charles Kenyon is offline
external usenet poster
 
Posts: 276
Default Distributing Word Form with VBA Macros

Save the document as a template. Distribute the template. It should go in
the workgroup templates folder (preferred) or the user templates folder.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"Scott" wrote in message
...
If I have a form that I want to distribute to users, but it contains
macros
that run on it, for example to make checkboxes mutually exclusive, what is
the easiest way to do that?

do i have to make the document a template and have the users make a new
file
from that template? do i have to combine the vba code and the document in
a
zip or something like that and distribute both files together to the user?

what is the simplest/ most accepted way to do this?

thanks so much -scott