Option Explicit
Sub Zeilen_loeschen()
Dim intI As Integer
Application.ScreenUpdating = False
For intI = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row To 1 Step -1
If Cells(intI, 1).Row Mod 6 <> 1 Then Rows(intI).Delete Shift:=xlUp
Next
Application.ScreenUpdating = True
End Sub
Excel stürzt beim Zeilenlöschen ab...
Kimmy 06.02.2007 - 105 Hits - 4 Antworten
Excel Zeilen löschen
Smart79 07.09.2007 - 292 Hits -
bestimmte Excel-Zeilen löschen
Renatus 29.11.2007 - 226 Hits - 18 Antworten
Excel hat 65.536 Zeilen
Rolando 27.11.2007 - 174 Hits - 2 Antworten
Zeilen mit leeren Zellen löschen
brs 16.06.2008 - 302 Hits - 7 Antworten