View Single Post
  #8   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
 
Posts: n/a
Default INCLUDEPICTURE problems

Normally only a double \\ is required.

--
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

"Thompson" wrote in message
...
Hm, my previous reply didn't post.

The multiple "." are perfectly Windows OS legal.

I did some more fooling around, and the solution is actually simple:

{IncludePicture "z:\\\\path name\\\\folder name\\\\{Mergefield Picname}"}

_Quadruple_ backslashes! This produces post-merge code that has
double-backslahes, and that loads the pics just fine.

Thompson

"Thompson" wrote:



"Doug Robbins - Word MVP" wrote:

I imagine that the two periods in file.name.bmp may be causing a
problem

--
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

"Thompson" wrote in message
...
Yes, that's always SOP with IncludePicture, yeah?

It updates the manually-coded image, but not the merge-named image.
Why
is
the embedded-merge picture name not working.

Thompson

"Doug Robbins - Word MVP" wrote:

Have you tried updating the fields in the document (Ctrl+A then F9)?

--
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

"Thompson" wrote in message
news Howdy, all:

When I manually code a field like thus:

{IncludePicture "z:\\path name\\folder name\\file.name.bmp"}

The bmp merges easily. But when I code it thusly:

{IncludePicture "z:\\path name\\folder name\\{Mergefield
Picname}"}

(where Picname = file.name.bmp) the image does not get merged.

Any help?

Thanks,
Thompson