Row.Previous (Word)

Returns a Row object that represents the table row that is previous to the specified row.


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