![]() |
#4
|
||||
|
||||
![]()
There is no mechanism to put the Next Record fields back if you change the merge document type to Letters. It merely becomes a letters merge containing a table. Make that change and then remove the fields from the document.
Start with a label merge, which will add the { Next } fields as the first task, then add your data fields to the first cell. Propagate the data to the remaining cells. Change the document type to Letters, then run the following macro to remove the Next fields: Code:
Sub RemoveNextFld() Dim ofld As Field For Each ofld In ActiveDocument.Fields If ofld.Type = wdFieldNext Then ofld.Delete Next ofld End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
Tags |
excel 2013, labels, mailmerge |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
vaux_2 | Word | 5 | 07-27-2016 08:37 AM |
InfoPath 2013 In a Repeating Section condition a field of a nested repeating section | kirvin08 | Misc | 0 | 03-15-2016 04:52 AM |
![]() |
binar | Word | 1 | 02-11-2013 03:07 AM |
![]() |
Reg1987 | Mail Merge | 3 | 12-03-2011 08:24 AM |
![]() |
echomakr | Word | 1 | 09-11-2009 08:00 AM |