Forum Discussion

Lorenzo Kim's avatar
Lorenzo Kim
Bronze Contributor
Jun 05, 2018

vba to detect if there is a colored cell in a range

How do I write the code for the following scenario?   If range("A2:A1001") has at least one colored cell Then    do > clear the color for that range ( this line I think I can do the code) End If ...

Resources