G
Glenn
I want to delete rows that don't have a fill color. I've
tried
ElseIf .Cells(Lrow, "A").Interior.ColorIndex = 0
then .Rows(Lrow).Delete
within a loop but it doesn't work, yet when I try the
same statement with another fill number, like 40, it does
delete those rows.
Any help would be appreciated!
Glenn
tried
ElseIf .Cells(Lrow, "A").Interior.ColorIndex = 0
then .Rows(Lrow).Delete
within a loop but it doesn't work, yet when I try the
same statement with another fill number, like 40, it does
delete those rows.
Any help would be appreciated!
Glenn