FormField.Next (Word)
Returns the next form field in the collection.
Dim ffdNext As FormField
Set ffdNext = ActiveDocument.FormFields(1).Next
Returns the next form field in the collection.
Dim ffdNext As FormField
Set ffdNext = ActiveDocument.FormFields(1).Next