View Single Post
 
Old 05-15-2012, 03:54 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,387
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi KristinLeigh,

You can link Word documents together via INCLUDETEXT fields, which can span multiple pages. When using Insert|Object with 'Link to File', be sure to use the 'Text from File' option; otherwise you'll get a LINK field.

If you want an INCLUDETEXT field to preserve the source document's formatting, etc, position the cursor anywhere in the field and press Shift-F9. The field code will then display, looking something like:
{INCLUDETEXT "C:\\Users\\KristinLeigh\\Documents\\Source.do c"}
Simply add '\!' to the field code, thus:
{INCLUDETEXT "C:\\Users\\KristinLeigh\\Documents\\Source.do c" \!}
and press F9 to update it.

If you go to Insert|Quick Parts|Field and check the INCLUDETEXT entry, you'll see that it has a number of other options as well, any of which you can add as per the above.

If you check Word's option to 'update automatic links at open', you won't need a macro to get the links to update. See under Word Options > Advanced > General.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote