View Single Post
 
Old 02-08-2018, 06:01 AM
Charles Kenyon Charles Kenyon is offline Windows 10 Office 2013
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,464
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

Yes, although I would use Mail Merge to change them in all of the documents instead.

You could bookmark the words in the source document and use an IncludeText field:
{ INCLUDETEXT "deleteme.docx" "test" \* charformat }
{ INCLUDETEXT "filename" "bookmarkname" \* charformat }

If you do not have the "\* charformat" switch you get source formatting.
These links do not update automatically.

You can use the Insert > QuickParts > Fields method to insert the field.
00 deleteme 1.png

Once you have it down, typing the field is quicker. Remember that the field-delimiter braces must be inserted in pairs using Ctrl+F9.

Last edited by Charles Kenyon; 02-08-2018 at 08:55 AM. Reason: add notes about methods of entering fields
Reply With Quote