TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Sorry no one got back to you sooner. The field you want to use is
IncludeText. In case you're not familiar with IncludeText, the following is
adapted from Word Help:
Inserts the text and graphics contained in the named document. You can
insert the entire document, or, if it's a Word document, you can insert only
the portion referred to by a bookmark.
"FileName"
The name and location of the document. If the location includes a long file
name with spaces, enclose it in quotation marks. Replace single backslashes
with double backslashes to specify the path, for example:
"C:\\My Documents\\Manual.doc"
Bookmark
The name of a bookmark that refers to the portion of the document you want
to include.
Switches
\c ClassName
\! Prevents Word from updating fields in the inserted text unless the fields
are first updated in the source document.
Example
This field inserts the portion of the file referred to by the Summary
bookmark:
{ INCLUDETEXT "C:\\Winword\\Port Development RFP" Summary }
Notes
* If the source document is a Word document, you can edit the inserted text
resulting from the INCLUDETEXT field and save the changes back to the source
document. Edit the inserted text, and then press CTRL+SHIFT+F7.
*The INCLUDETEXT field doesn't make use of OLE. For information about
inserting and linking information using OLE, click .
* This field was formerly called the INCLUDE field.
---------------
There are more detailed instructions at www.componentone.com, but
unfortunately the URL is endless and www.tinyurl.com seems to be down right
now. So please bear with the following kludgy directions:
1. Go to http://www.componentone.com/d2hhelp/index.asp
2. Click "Knowledge Base Articles."
3. Scroll down and click Article 172.
4. Scroll down and click "Modular Development for Print."
5. Scroll down and click "Document Cross-References Hard-Coded, or Generated
with {IncludeText...} Fields."
If anyone knows where tinyurl has gone to, please ask it to come back!
Dan Goldstein
> -----Original Message-----
> From: k k
> Sent: Monday, January 05, 2004 3:59 PM
> To: TECHWR-L
> Subject: Cross-document links in Word?
>
> Does anyone know a way to create a cross-reference
> between two Word files without using master/sub documents?
>