Column.Next (Word)
Returns the next column in a collection of table columns.
If Selection.Information(wdWithInTable) = True Then
Selection.Columns(1).Next.Select
End If
Returns the next column in a collection of table columns.
If Selection.Information(wdWithInTable) = True Then
Selection.Columns(1).Next.Select
End If