![]() |
#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] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
rowan.bradley | Drawing and Graphics | 6 | 05-18-2013 05:26 PM |
![]() |
Sharon | Word | 5 | 01-29-2013 03:12 AM |
![]() |
gary1 | Word | 9 | 12-16-2012 04:37 PM |
![]() |
rfhall50 | Word VBA | 2 | 10-25-2010 12:41 PM |
![]() |
alexcalgary | Drawing and Graphics | 2 | 10-16-2010 03:29 PM |