Skip to content

Commit

Permalink
delete duplicate block code
Browse files Browse the repository at this point in the history
  • Loading branch information
QaruzDin committed Jul 24, 2024
1 parent 7d6c7f1 commit 78b5099
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DelCellAutomationV1.bas
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ Public Sub Del_Cell_Automation()
ElseIf cell.Interior.Color <> RGB(255, 255, 255) Then
cell.EntireRow.Delete
i = i - 1
ElseIf cell.Interior.Color <> RGB(255, 255, 255) Then
cell.EntireRow.Delete
i = i - 1

' Here! You can add more conditions as needed in this block of FOR loop

Expand Down

0 comments on commit 78b5099

Please sign in to comment.