R
Ronn
I've got a mailmerge set up (VBA) merging data from Access 2007 to Word
2007. Everything works fine EXCEPT for trying to get a chart snapshot file
included in the merge document.
Each merge record includes a field with the complete path to the required
snapshot file and in the merge document I've included this merge field:
{ IncludePicture "{ MergeField PathToChart }" }
After executing the merge, this field becomes something like:
{ IncludePicture "C:\\thepath\\tothechart\\chart.snp" }
But that's as far as it goes; while the code seems to be correct, it
doesn't get executed as part of the merge. I have tried selecting the
document and pressing F9 to recalculate but no joy. Manually inserting the
snapshot works fine but I just can't get it automated.
I've already seen the info suggested in another msg at
http://www.gmayor.com/mail_merge_graphics.htm
and http://homepage.swissonline.ch/cindymeister/MergFram.htm
but got no further.
Anyone have any other tips? Has anyone actually gotten this kind of thing
to work in Office 2007? Thanks for any help
2007. Everything works fine EXCEPT for trying to get a chart snapshot file
included in the merge document.
Each merge record includes a field with the complete path to the required
snapshot file and in the merge document I've included this merge field:
{ IncludePicture "{ MergeField PathToChart }" }
After executing the merge, this field becomes something like:
{ IncludePicture "C:\\thepath\\tothechart\\chart.snp" }
But that's as far as it goes; while the code seems to be correct, it
doesn't get executed as part of the merge. I have tried selecting the
document and pressing F9 to recalculate but no joy. Manually inserting the
snapshot works fine but I just can't get it automated.
I've already seen the info suggested in another msg at
http://www.gmayor.com/mail_merge_graphics.htm
and http://homepage.swissonline.ch/cindymeister/MergFram.htm
but got no further.
Anyone have any other tips? Has anyone actually gotten this kind of thing
to work in Office 2007? Thanks for any help