I'm working on how my company does documentation (especially programming documentation). I'd like to be able to synchronize sections of different Word documents, such that if a section in one document changes, the change is reflected in the other document, and vice versa. Is there a way to do this with Word, and if not, is there some word processing program that is good at this?
Asked
Active
Viewed 2,631 times
3

Todd Main
- 28,951
- 11
- 82
- 146

David Hodgson
- 10,104
- 17
- 56
- 77
-
What kind of "synchronisation" are we talking about? Does it involve copying changes? Can you give an example, please? – CesarGon Feb 09 '10 at 20:43
-
As an example, if I had [section 1] in document A, and document B is synced to [section 1] of document A, if I typed "Hello World" in document A, and then opened document B, I'd see "Hello World" in that section. If I then made a change in document B, and opened document A, I'd see the change, and so forth. – David Hodgson Feb 09 '10 at 20:51
3 Answers
7
I appreciate this is an old question, but Google brought me here.
This can be done (at least on Word 2016, other versions not tested) one-way as follows:
- In the source document, select the text you want to synchronise, and on the
Insert
tab, clickBookmark
in theLinks
section. - Type a name for the bookmark (no spaces allowed), and click
Add
. - Save the document.
- Open the document where you want to duplicate the text ("destination document").
- On the
Insert
tab, click the drop-down arrow next toObject
(in theText
section), then clickText from File...
. - Browse to find the source document, and select it.
- Click
Range...
. - Type the bookmark name you entered in step 2, and click OK.
- Click the drop-down next to the
Insert
button, and clickInsert as Link
.
When you want to edit the text, proceed as follows.
- Modify the source document as required, and save.
- Update the field in the destination document with one of the following methods:
- Right-click on the text and click
Update Field
. - Click on the text and press F9.
- To update all fields in a document, Press Ctrl-A then F9.
- Right-click on the text and click

emorris
- 744
- 6
- 12
3
You can always make section 1 in your example above a third word document and then insert it into Document A and B (Insert > Object) and make the object linked to the file, so it will load changes each time you open A or B.

Jon Konrath
- 375
- 1
- 5
-
It seems like it imports it as a picture, and if it grows longer than one page, it gets chopped off. I can import it as text, but that's more like a copy and paste, which isn't what I'm going for. – David Hodgson Feb 10 '10 at 17:14
2
Why not just use the Master and Subdocument features built-in with Word? It's exactly for your kind of situation.

Todd Main
- 28,951
- 11
- 82
- 146