Column.Previous (Word)
Retorna a coluna anterior em uma coleção das colunas de tabela. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Columns(1).Previous.Select
End If
Retorna a coluna anterior em uma coleção das colunas de tabela. Somente leitura.
If Selection.Information(wdWithInTable) = True Then
Selection.Columns(1).Previous.Select
End If