Row.Previous (Word)
Devuelve un objeto Row que representa la fila de tabla anterior a la fila especificada.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Previous.Select
End If
Devuelve un objeto Row que representa la fila de tabla anterior a la fila especificada.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Previous.Select
End If