Selection.PreviousField (Word)
Selects and returns the previous field.
If this method finds a field, it returns a Field object; if not, it returns Nothing.
If Not (Selection.PreviousField Is Nothing) Then
Selection.Fields.Update
End If
Selects and returns the previous field.
If this method finds a field, it returns a Field object; if not, it returns Nothing.
If Not (Selection.PreviousField Is Nothing) Then
Selection.Fields.Update
End If