Cell.Previous (Word)

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


If Selection.Information(wdWithInTable) = True Then 
 Selection.Rows(1).Cells(3).Previous.Select 
End If