View Single Post
 
Old 06-01-2012, 02:00 AM
dazwm dazwm is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: May 2012
Posts: 59
dazwm is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
In your Excel workbook, instead of (or as well as) the pictures, insert their filenames.

Then, in Word, insert a field coded as:
{IF {INCLUDEPICTURE {IF TRUE "C:\Users\My Document Path\Pictures\ĢImageģ"} \d} {INCLUDEPICTURE {IF TRUE "C:\Users\My Document Path\Pictures\ĢImageģ"} \d}}
where 'C:\Users\My Document Path\Pictures' is the path to those pictures and 'ĢImageģ' is a mergefield that points to whatever name you give the heading row that contains the image filenames. The filepath is probably something like:
C:\Program Files\Microsoft Office\MEDIA\CAGCAT10
You can find the correct path for a given image via Insert|Clipart, selecting an image then choosing 'Properties'.
How do I insert this field? I use the mail merge wizard. Each .pcx relates to a part number in column A of the excel file. How will it match up?
Reply With Quote