i've been through the google message boards as well as the
MS community newsgroup, and although i see the same answer
to merging images, and i've had friends replicate what i'm
doing on their machines, i'm still not able to merge
images. i'm using office XP on an XP professional machine.
although the objective is to link through a data source,
for starters i cannot get an image to merge into any word
document ~ the result is an image with a red X in the
upper left. i use the following method:
1. cntrl F9
2. edit fields
3. insertpicture field
4. file name "chart1.bmp"
5. add file path: { INCLUDEPICTURE "c:\\temp\\chart1.bmp"
\* MERGEFORMAT}
i've also tried changing the path, using the wizard to
select a MAIL MERGE Template, and starting over like 20
times. Any help would be much appreciated.
trevor
Graham Mayor - 31 Jul 2003 08:29 GMT
The display indicates that Word has not found the image - you need to update
the field.
See http://www.gmayor.dsl.pipex.com/mail_merge_graphics.htm

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gmayor@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> i've been through the google message boards as well as the
> MS community newsgroup, and although i see the same answer
[quoted text clipped - 17 lines]
>
> trevor
Eduardo - 31 Jul 2003 14:54 GMT
You can use this, it works for me.
Dim wrdimg As Word.Shapes
Dim wrdApp As Word.Application
Dim wrdDoc As Word.Document
Set wrdDoc = wrdApp.Documents.Add
Set wrdimg = wrdDoc.Shapes
wrdimg.AddPicture "C:\Winter.jpg", False, True, 100, 100,
100, 100
>-----Original Message-----
>i've been through the google message boards as well as the
[quoted text clipped - 20 lines]
>
>.