![]() |
|
#1
|
|||
|
|||
|
Hello everybody I am editing several big documents multiple times where I only have to change about 5 words every time. The words appear several times throughout the documents but for this I have found bookmark/cross-reference quite useful. But I still have to do it in every document. Is there any way to list the, let's say five words, in document A, and then use those 5 words in every other document, so I only have to edit the five words in document A, thus changing in document B, C, etc. I really hope someone out there can help me. Best Regards Last edited by Charles Kenyon; 02-08-2018 at 08:51 AM. Reason: Mark as solved |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
Quote:
Best regards |
|
#4
|
|||
|
|||
|
Cross-posted and answered at: https://answers.microsoft.com/en-us/...=1518110812045
For cross-posting etiquette, please read: http://www.excelguru.ca/content.php?184 |
|
| Tags |
| bookmark, cross-re |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Retrieve the last activated document name.
|
eduzs | Word VBA | 1 | 08-22-2017 03:11 PM |
How do I retrieve my quick clicks in word?
|
Accu-Grind | Word | 1 | 02-19-2016 12:50 PM |
Want to retrieve a just-deleted Word file!
|
Colonel Biggs | Word | 2 | 02-03-2015 07:35 PM |
| retrieve temp word files | Terwaan | Word | 3 | 04-15-2014 01:08 AM |
How to retrieve text from a word content control in VBA
|
jeffaus | Word VBA | 1 | 03-14-2013 11:42 PM |