Using pictures in a mailmerg

W

Wild Bill

I want to merge a document with both text and pictures fields. I can insert the pictures into my WORD merge list and it works fine. Is there a way to use a reference listing ("picture1.jpg") instead of the actual picture?
 
P

Peter Jamieson

You should be able to use an { INCLUDEPICTURE } field. If by "reference
listing" you mean that you have the name of the picture file in a field
(called "picturefile", say) in your merge data source, you can do something
like

{ INCLUDEPICTURE "c:\\pictures\\{ MERGEFIELD picturefile }" }

where all the {} are the special field braces you can insert using ctrl-F9.
Notice that the backslashes usually need to be doubled up. Also, you may
need to check Tools|Options|Print|Update Links and/or Update Fields to get
this to work, or merge to a new document then select it and execute all the
fields using F9.

--
Peter Jamieson

Wild Bill said:
I want to merge a document with both text and pictures fields. I can
insert the pictures into my WORD merge list and it works fine. Is there a
way to use a reference listing ("picture1.jpg") instead of the actual
picture?
 
C

Craig Walsh

I read the reply, and I'm afraid I don't understand it.

I am also trying to use an image in mail merge. I want
to print labels, and want the mail merge address to
appear on top of an image. Because our colour laser
printer really eats up labels if they're run through it
twice, I need to do this in one pass.

I have an outline of a dog bone (as an image) and I would
like, if possible, to mail merge the name and address on
the inside of the dog bone outline. Can this be done?
If so, how is it done? I've tried pretty much everything.

Thanks,

Craig
 
P

Peter Jamieson

Yours sounds like a different set of problems, and I'd go with Graham's
suggestion.
 
W

Wild Bill

I tried doing your instructions and WORD insists that it cannot understand the command and throws out the field on a merge. In my test document I used three fields; firstname, lastname, and picturefile as the field names. I typed in your example carefully, it loks like this:
«Field_1» «Field_2» {INCLUDEPICTURE "c:\\working\\uha\\ {MERGEFIELD picturefile }" } where the curly braces came from using <ctrl>F9 . Word just pukes and throws the whole includepicture thing out.
 
P

Peter Jamieson

Word just pukes and throws the whole includepicture thing out.

What message does Word actually display? What if you plug in the name of the
jpg file directly instead of the {MERGEFIELD picturefile } field?

As it happens there is a space in

{INCLUDEPICTURE "c:\\working\\uha\\ {MERGEFIELD picturefile }"

just before the {MERGEFIELD

If the space is there in the nested field that you typed and not just in
your message, delete it and try again.

--
Peter Jamieson

Wild Bill said:
I tried doing your instructions and WORD insists that it cannot understand
the command and throws out the field on a merge. In my test document I used
three fields; firstname, lastname, and picturefile as the field names. I
typed in your example carefully, it loks like this:
 

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