Setting up a word doc that can have several different formats.

C

Cburn

Ok so I have 7 word docs that all have the same header. What I would like to
do is condence this into one word doc. The problem is I may only need one or
two out of the total seven. I think it would be slick to have like a check
box in with pointers to each section. If that check=yes then include that
section. I hope I'm explaining this well.
Is there someway to do this with word or should I attempt to use VB?
 
E

Ed

One possibility you may want to explore (NOTE: I have never used this
method, nor thought it through beyond what's here, so there are no
guarantees - but at first glance, this is how I would begin my approach):
-- Set up a template with all seven sections included. (A template is just
a document saved as a template - .dot)
-- Set this in your Templates folder so it is available when you choose the
File>>New command.
-- In this template, set a bookmark to each different section.
-- In the code section of the template (Alt+F11), create a UserForm with
seven CheckBox controls - one for each section. Set the code for each
control so that if the box is checked the bookmark stays; otherwise, it is
deleted from the document.
-- Set an "OK" button on the Form that opens the SaveAs dialog.
-- In the code section of the template, set an AutoNew macro that opens the
UserForm when a new document is created.

HTH
Ed
 
C

Charles Kenyon

You may want to look into AutoText and the AutoTextHist field. To use this,
you would save your document as a template and create a new document based
on it when you want to use it.
--
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


--------- --------- --------- --------- --------- ---------
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.
 

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