GreatOffender
Board Regular
- Joined
- Feb 2, 2015
- Messages
- 56
I would like to highlight the cells with data in rows R - U. The columns are text and not numeric. I have tried something like the snippet below but have had zero luck. This was stolen from several searches on "how to" but I have not gotten it to work.
If ActiveCell.Value > 0 then
ActiveCell.Interior.Color = vbRed
End If
If ActiveCell.Value > 0 then
ActiveCell.Interior.Color = vbRed
End If