Row.Next (Word)
Retorna um objeto Row que representa a próxima linha de tabela na coleção de linhas de uma tabela. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If
Retorna um objeto Row que representa a próxima linha de tabela na coleção de linhas de uma tabela. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If