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