![]() |
|
#21
|
||||
|
||||
|
Here's a workaround to the linked image issue:
By adding the following macro to your mailmerge main document, clicking on the 'Edit Individual Documents' button will intercept the merge, finishing it and unlinking the pictures. Code:
Sub MailMergeToDoc() Application.ScreenUpdating = False ActiveDocument.MailMerge.Execute ActiveDocument.Fields.Unlink Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Insert Picture changes colors
|
rowan.bradley | Drawing and Graphics | 6 | 05-18-2013 05:26 PM |
Macro to insert picture in footer
|
Sharon | Word | 5 | 01-29-2013 03:12 AM |
insert picture file location
|
gary1 | Word | 9 | 12-16-2012 04:37 PM |
Macro for Picture Insert
|
rfhall50 | Word VBA | 2 | 10-25-2010 12:41 PM |
Can I insert a picture into a picture ?
|
alexcalgary | Drawing and Graphics | 2 | 10-16-2010 03:29 PM |