Row.Previous (Word)
Retorna um objeto Row que representa a linha da tabela que é anterior para a linha especificada. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Previous.Select
End If
Retorna um objeto Row que representa a linha da tabela que é anterior para a linha especificada. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Previous.Select
End If