Row.Next (Word)
Returns a Row object that represents the table row that is next in the collection of rows in a table.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If
Returns a Row object that represents the table row that is next in the collection of rows in a table.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If