Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-24-2017, 12:17 AM
gmayor's Avatar
gmayor gmayor is offline Repeating a label 21 times on a page Windows 10 Repeating a label 21 times on a page Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

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
Now you can complete the merge.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
 

Tags
excel 2013, labels, mailmerge



Similar Threads
Thread Thread Starter Forum Replies Last Post
Repeating a label 21 times on a page Form creation with repeating page template? 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
Repeating a label 21 times on a page Can Text Label & PAGE Field be combined? binar Word 1 02-11-2013 03:07 AM
Repeating a label 21 times on a page Mail Merges Shifts Labels One Label per Page Reg1987 Mail Merge 3 12-03-2011 08:24 AM
Repeating a label 21 times on a page Copying page 1 800 times echomakr Word 1 09-11-2009 08:00 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:03 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft