Row.Next (Word)
Renvoie un objet Row qui représente la ligne de tableau suivante dans l'ensemble de lignes d'un tableau.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If
Renvoie un objet Row qui représente la ligne de tableau suivante dans l'ensemble de lignes d'un tableau.
If Selection.Information(wdWithInTable) = True Then
Selection.Row(1).Next.Select
End If