AddNext Method Example

This example adds a NEXT field after the third MERGEFIELD field in Main.doc.

Documents("Main.doc").MailMerge.Fields(3).Select
Selection.Collapse Direction:=wdCollapseEnd
Documents("Main.doc").MailMerge.Fields.AddNext _
    Range:=Selection.Range