PDA

View Full Version : imitate identical text line



smallxyz
04-28-2017, 08:06 PM
Hi,

In word document,
I have several lines with words as follows in Page 1 of Document:

******
Project: ABC
example 1 : ***
example 2 : YYY
example 3 : ZZZ
******

I want to imitate the above texts in Page 2 at certain locations, i.e.

******
Project: ABC
example 1 : ***
example 2 : YYY
example 3 : ZZZ
******

But here is the rule. Whenever the texts in Page 1 above changes, texts in Page 2 changes as well.

E.g.

In Page1

******
Project: ABC
example 1 : a
example 2 : b
example 3 : c
******

In Page2, that imitation section also automatically updates to

******
Project: ABC
example 1 : a
example 2 : b
example 3 : c
******

Is it possible for word to do that?

Thanks!

macropod
04-28-2017, 09:15 PM
There are numerous ways of approaching this. See: http://gregmaxey.com/word_tip_pages/repeating_data.html

smallxyz
04-29-2017, 08:08 PM
Thank you! macropod!