Cell.Next (Word)

Returns a Cell object that represents the next table cell in the Cells collection.


If Selection.Information(wdWithInTable) = True Then 
 Selection.Cells(1).Next.Select 
End If