A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need Help: Using Includepicture to display graphics in mail merges



 
 
Thread Tools Display Modes
  #1  
Old May 10th, 2005, 06:18 PM
Michael Weber
external usenet poster
 
Posts: n/a
Default Need Help: Using Includepicture to display graphics in mail merges

Here is the situation:

I have an Excel worksheet as the data source and have a Word merge document
to display the information. We have just added some renders of the items and
I would like to add the graphics to the word merge document. I have tried to
use the {includepicture “{image}”} command to display the images at the paths
specified in the Excel worksheet but have had no luck in doing so.

The command I am using is: {includepicture “image”}.

The image field in the Excel sheet has a full path to the filename
(c:\\dir\\file.jpg). Whenever I add this command and attempt a merge it
simply deletes the command in my merge template. I have followed the
instructions in both of the primers that are commonly cited and have finally
hit my frustration level. At this point I’m losing time trying to get this
working and would have been better off actually typing the documents by hand
and pasting in the photos. Of course that isn’t a scalable solution like that
one I envision and I would like to get this working.

Does anyone have any suggestions?
--
Michael Weber
  #2  
Old May 10th, 2005, 09:48 PM
Doug Robbins
external usenet poster
 
Posts: n/a
Default

Did you use Ctrl+F9 to insert the field delimiters { }?

Have you tried doing a Ctrl+a (select all) and then F9 (update fields) on
the document created by executing the merge.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Michael Weber" wrote in message
...
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document
to display the information. We have just added some renders of the items
and
I would like to add the graphics to the word merge document. I have tried
to
use the {includepicture "{image}"} command to display the images at the
paths
specified in the Excel worksheet but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the filename
(c:\\dir\\file.jpg). Whenever I add this command and attempt a merge it
simply deletes the command in my merge template. I have followed the
instructions in both of the primers that are commonly cited and have
finally
hit my frustration level. At this point I'm losing time trying to get this
working and would have been better off actually typing the documents by
hand
and pasting in the photos. Of course that isn't a scalable solution like
that
one I envision and I would like to get this working.

Does anyone have any suggestions?
--
Michael Weber



  #3  
Old May 11th, 2005, 11:55 AM
macropod
external usenet poster
 
Posts: n/a
Default

Hi Michael,

The correct syntax would be:
{INCLUDEPICTURE "{MAILMERGE ImageName}"}
where the field braces (i.e. '{ }') are created in pairs via Ctrl-F9 and
ImageName represents the full image path (including the drive), plus the
filename and extension.

If Excel only holds the filename and extension, you'd express the field as:
{INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE ImageName}"}
or
{INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE ImageName}.jpg"}
if Excel only holds the filename. Use your own drive and path, of course,
with *double* backslashes as separators (though you can use single forward
slashes instead) and, in the last example, specifying the file type.

Cheers


"Michael Weber" wrote in message
...
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge

document
to display the information. We have just added some renders of the items

and
I would like to add the graphics to the word merge document. I have tried

to
use the {includepicture "{image}"} command to display the images at the

paths
specified in the Excel worksheet but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the filename
(c:\\dir\\file.jpg). Whenever I add this command and attempt a merge it
simply deletes the command in my merge template. I have followed the
instructions in both of the primers that are commonly cited and have

finally
hit my frustration level. At this point I'm losing time trying to get this
working and would have been better off actually typing the documents by

hand
and pasting in the photos. Of course that isn't a scalable solution like

that
one I envision and I would like to get this working.

Does anyone have any suggestions?
--
Michael Weber



  #4  
Old May 11th, 2005, 02:14 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default

See http://www.gmayor.com/mail_merge_graphics.htm which explains how to do
this.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the filename
(c:\\dir\\file.jpg). Whenever I add this command and attempt a merge
it simply deletes the command in my merge template. I have followed
the instructions in both of the primers that are commonly cited and
have finally hit my frustration level. At this point I'm losing time
trying to get this working and would have been better off actually
typing the documents by hand and pasting in the photos. Of course
that isn't a scalable solution like that one I envision and I would
like to get this working.

Does anyone have any suggestions?



  #5  
Old May 11th, 2005, 02:15 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default

Mailmerge? You mean Mergefield

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




macropod wrote:
Hi Michael,

The correct syntax would be:
{INCLUDEPICTURE "{MAILMERGE ImageName}"}
where the field braces (i.e. '{ }') are created in pairs via Ctrl-F9
and ImageName represents the full image path (including the drive),
plus the filename and extension.

If Excel only holds the filename and extension, you'd express the
field as: {INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE
ImageName}"}
or
{INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE ImageName}.jpg"}
if Excel only holds the filename. Use your own drive and path, of
course, with *double* backslashes as separators (though you can use
single forward slashes instead) and, in the last example, specifying
the file type.

Cheers


"Michael Weber" wrote in
message ...
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the
filename (c:\\dir\\file.jpg). Whenever I add this command and
attempt a merge it simply deletes the command in my merge template.
I have followed the instructions in both of the primers that are
commonly cited and have finally hit my frustration level. At this
point I'm losing time trying to get this working and would have been
better off actually typing the documents by hand and pasting in the
photos. Of course that isn't a scalable solution like that one I
envision and I would like to get this working.

Does anyone have any suggestions?
--
Michael Weber



  #6  
Old May 11th, 2005, 04:10 PM
Michael Weber
external usenet poster
 
Posts: n/a
Default


Thanks for the help. I did follow the instructions at the site prior to
posting a note here. It appears my problem stems from the use of a test box
to display the image in. Once I formatted the document to not use a test box
for the image location I was able to get it working just fine.

Does anyone have advice on how to get this working inside a text box so I
can have finer control of the location of the graphic?

Thanks again!

--
Michael Weber


"Graham Mayor" wrote:

See http://www.gmayor.com/mail_merge_graphics.htm which explains how to do
this.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the filename
(c:\\dir\\file.jpg). Whenever I add this command and attempt a merge
it simply deletes the command in my merge template. I have followed
the instructions in both of the primers that are commonly cited and
have finally hit my frustration level. At this point I'm losing time
trying to get this working and would have been better off actually
typing the documents by hand and pasting in the photos. Of course
that isn't a scalable solution like that one I envision and I would
like to get this working.

Does anyone have any suggestions?




  #7  
Old May 11th, 2005, 04:42 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default

Use a table cell instead. Text boxes are not in the text plane of the
document and so fields they contain are problematical.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Thanks for the help. I did follow the instructions at the site prior
to posting a note here. It appears my problem stems from the use of a
test box to display the image in. Once I formatted the document to
not use a test box for the image location I was able to get it
working just fine.

Does anyone have advice on how to get this working inside a text box
so I can have finer control of the location of the graphic?

Thanks again!


See http://www.gmayor.com/mail_merge_graphics.htm which explains how
to do this.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the
filename (c:\\dir\\file.jpg). Whenever I add this command and
attempt a merge it simply deletes the command in my merge template.
I have followed the instructions in both of the primers that are
commonly cited and have finally hit my frustration level. At this
point I'm losing time trying to get this working and would have
been better off actually typing the documents by hand and pasting
in the photos. Of course that isn't a scalable solution like that
one I envision and I would like to get this working.

Does anyone have any suggestions?



  #8  
Old May 12th, 2005, 12:22 AM
macropod
external usenet poster
 
Posts: n/a
Default

touch!

"Graham Mayor" wrote in message
...
Mailmerge? You mean Mergefield

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




macropod wrote:
Hi Michael,

The correct syntax would be:
{INCLUDEPICTURE "{MAILMERGE ImageName}"}
where the field braces (i.e. '{ }') are created in pairs via Ctrl-F9
and ImageName represents the full image path (including the drive),
plus the filename and extension.

If Excel only holds the filename and extension, you'd express the
field as: {INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE
ImageName}"}
or
{INCLUDEPICTURE "C:\\My Documents\\Images\\{MAILMERGE ImageName}.jpg"}
if Excel only holds the filename. Use your own drive and path, of
course, with *double* backslashes as separators (though you can use
single forward slashes instead) and, in the last example, specifying
the file type.

Cheers


"Michael Weber" wrote in
message ...
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the
filename (c:\\dir\\file.jpg). Whenever I add this command and
attempt a merge it simply deletes the command in my merge template.
I have followed the instructions in both of the primers that are
commonly cited and have finally hit my frustration level. At this
point I'm losing time trying to get this working and would have been
better off actually typing the documents by hand and pasting in the
photos. Of course that isn't a scalable solution like that one I
envision and I would like to get this working.

Does anyone have any suggestions?
--
Michael Weber





  #9  
Old May 13th, 2005, 06:46 PM
Michael Weber
external usenet poster
 
Posts: n/a
Default


Tables worked like a charm. Thanks!

--
Michael Weber


"Graham Mayor" wrote:

Use a table cell instead. Text boxes are not in the text plane of the
document and so fields they contain are problematical.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Thanks for the help. I did follow the instructions at the site prior
to posting a note here. It appears my problem stems from the use of a
test box to display the image in. Once I formatted the document to
not use a test box for the image location I was able to get it
working just fine.

Does anyone have advice on how to get this working inside a text box
so I can have finer control of the location of the graphic?

Thanks again!


See http://www.gmayor.com/mail_merge_graphics.htm which explains how
to do this.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Michael Weber wrote:
Here is the situation:

I have an Excel worksheet as the data source and have a Word merge
document to display the information. We have just added some renders
of the items and I would like to add the graphics to the word merge
document. I have tried to use the {includepicture "{image}"} command
to display the images at the paths specified in the Excel worksheet
but have had no luck in doing so.

The command I am using is: {includepicture "image"}.

The image field in the Excel sheet has a full path to the
filename (c:\\dir\\file.jpg). Whenever I add this command and
attempt a merge it simply deletes the command in my merge template.
I have followed the instructions in both of the primers that are
commonly cited and have finally hit my frustration level. At this
point I'm losing time trying to get this working and would have
been better off actually typing the documents by hand and pasting
in the photos. Of course that isn't a scalable solution like that
one I envision and I would like to get this working.

Does anyone have any suggestions?




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display one decimal places for percentages in graph data ta Jayashree Krishna Setting Up & Running Reports 1 April 8th, 2005 12:17 PM
E-mail display name JoeM General Discussion 2 April 2nd, 2005 10:49 PM
Answering this pays: How to display custom fields in Outlook Contacts' Activities tab list? [email protected] Contacts 1 February 16th, 2005 01:31 AM
how do I reduce the size of the outlook calendar time display? Nina Harris General Discussion 0 July 22nd, 2004 02:54 PM
Display different command buttons if... an General Discussion 2 June 14th, 2004 11:12 PM


All times are GMT +1. The time now is 04:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.