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