Mail Merge Pictures

R

Robin

We want to send a letter to our current parents with their
child's picture on it. My data source is an Excel file.
In the "Photo" column I have a hyperlink to the location
of the photo. Is there anyway to merge this data source
with the letter in Word and have the hyperlink actually
display the appropriate photo instead of just text (not
even a hyperlink) to the location the photo is saved at?
 
P

Peter Jamieson

As a generalrule you need to use a nested field such as

{ INCLUDEPICTURE "{ MERGEFIELD photolocation }" }

All the {} need to be the special field code braces you can insert using
ctrl-F9

However, you will need to test this as, e.g.
a. Word may not be able to retrieve the picture if, for example, the
hyperlink is to a web address rather than a Windows file system folder
b. Word won't work with all types of photo (e.g. .jpg is probably OK), and
you may find it difficult to get the photo to be the size you want
c.you may need to output the mailmerge to a new document, then select it
and press F9 to update the links, to see the photos. Then you'd probbaly
have to split the document up if for example you were e-mailing one to each
set of parents.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top