So i have a letter like this

HI <-User->

This is someone and thank you for reading

And got a list of users

Jhon Rick Madona

How do i print, or save a document with each one of the list, replacing once the <-User-> keyword?

So i can get

HI Jhon

This is someone and thank you for reading

-

HI Rick

This is someone and thank you for reading

-

HI Madona

This is someone and thank you for reading

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

This is called a "mail merge" or merge. It is under the "mailings" tab in my version of word. You make a data file, associate that data file with the document you want, then start placing field markers for word to replace with data from the data file.

See: http://office.microsoft.com/en-us/word-help/word-mail-merge-a-walk-through-the-process-HA001034920.aspx

link|improve this answer
Thanks, thats what i was looking for. – user999629 Feb 3 at 15:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.