Sub tst() For Each c In Range("A1:A3054") If Not IsEmpty(c) And c.Value = 0 Then c.Value = True Next Range("A1:A3054").SpecialCells(xlCellTypeConstants, 4).Delete End Sub
Sub tst() For Each c In Range("A1:A3054") If Not IsEmpty(c) And c.Value = 0 Then c.Value = True Next Range("A1:A3054").SpecialCells(xlCellTypeConstants, 4).EntireRow.Delete End Sub
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.