Cell.Previous (Word)
Devuelve un objeto Cell que representa la anterior celda de tabla en la colección Cells.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Cells(3).Previous.Select
End If
Devuelve un objeto Cell que representa la anterior celda de tabla en la colección Cells.
If Selection.Information(wdWithInTable) = True Then
Selection.Rows(1).Cells(3).Previous.Select
End If