Dim
zeilenanzahl&
For
i = startZeile
To
Wert
If
Cells(i, 1) =
""
Then
Exit
For
zeilenanzahl = Cells(i, 9)
If
(zeilenanzahl - 1) < 0
Then
GoTo
Weiter2
Rows(i).EntireRow.Copy
Range(Cells(i, 1).Offset(1, 0), Cells(i, 1).Offset(zeilenanzahl, 0)).EntireRow.Insert Shift:=xlDown
Application.CutCopyMode =
False
Range(Cells(i + 1, 19), Cells(i + zeilenanzahl, 19)).ClearContents
Weiter2:
i = i + zeilenanzahl
Next
i