ThrottleWorks
Excel Ninja
I am using a loop say for example 100 rows.
I am checking the cell color in the range.
If the cell color is <> 1 then delete the entire row
Can anyone please help me in this
The code I am using is given below
For each rn in rng
If rn.interior.color <> 1 then
Delete this row (I am not able to write the line here)
End if
next
I am checking the cell color in the range.
If the cell color is <> 1 then delete the entire row
Can anyone please help me in this
The code I am using is given below
For each rn in rng
If rn.interior.color <> 1 then
Delete this row (I am not able to write the line here)
End if
next