I want to merge clients name, address andphoto of client when doing mail merge.
Is there a way to do this?
macropod - 28 Sep 2005 14:03 GMT
Hi Dennis,
You can do this via a MERGEFIELD embedded in an INCLUDEPICTURE field. For
example:
{INCLUDEPICTURE "filepath{MERGEFIELD "MergeField_name}"}
where 'filepath is the full drive and path to the picture, and the
MergeField_name is the pictures name and extension.
Unless the path forms part of the MERGEFIELD (in which case you can leave it
out of the INCLUDEPICTURE field), you need to use either double backslashes
(ie '\\') or single forward slashes (ie '/') as the separators.
Cheers
PS: The field braces (ie '{ }') are created via Ctrl-F9 - they can't be
typed in.
> I want to merge clients name, address andphoto of client when doing mail merge.
>
> Is there a way to do this?
Graham Mayor - 28 Sep 2005 14:14 GMT
See http://www.gmayor.com/mail_merge_graphics.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I want to merge clients name, address andphoto of client when doing
> mail merge.
>
> Is there a way to do this?