How do I create a Calling document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been tasked with cretaing a master document that has the ability to
call other documents into it to create a document.
This document needs to be able to effectively say to the user: these are the
chapters available to you - which ones do you want included.

Any help please?
It may be that there is already some software out there that does the job if
anyone knows what it is??
 
Have you thought about using VBA to accomplish this task. Create the
optional chapters as autotext entries and then allow them to select them
using a VBA form.
 
Do _not_ use Word's Master Document feature for this.
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.
 
AutoText is one way.

Another way would be IncludeText fields (start by looking them up in Help).

AutoText would be static--you enter the autotext, the text stays like that
forever.

IncludeText will update--you use includetext to call the text, you change
the subsidiary document, that change will be reflected in the master
document when you Update Fields.

Experiment with creating the doc yourself, then decide the best way to
automate it for other users.

As Charles said, do not use the thing that MS calls a Master Document
feature, and do not let my use of the term confused you.
 

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

Back
Top