• Help with loop (2003)

    Author
    Topic
    #451504

    Hi,
    Help please, i need to loop from I2 to I5000 xlup, for each 0.00 in I delete row.
    Thanks

    Viewing 0 reply threads
    Author
    Replies
    • #1111691

      Something like this?

      Dim r As Long
      For r = 5000 To 2 Step -1
      If Range(“I” & r) = 0 Then
      Range(“I” & r).EntireRow.Delete
      End If
      Next r

    Viewing 0 reply threads
    Reply To: Help with loop (2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: