Cell.Next (Word)
Gibt ein Cell-Objekt zurück, das die nächste Tabellenzelle der Cells-Auflistung repräsentiert.
If Selection.Information(wdWithInTable) = True Then
Selection.Cells(1).Next.Select
End If
Gibt ein Cell-Objekt zurück, das die nächste Tabellenzelle der Cells-Auflistung repräsentiert.
If Selection.Information(wdWithInTable) = True Then
Selection.Cells(1).Next.Select
End If