VBA: Check values in sheet

Jefferson

New member
Local time
Today, 18:30
Joined
Sep 17, 2013
Messages
4
Using VBA, I have values in range("A1:Z1"). Is it possible to check value of each cell? Like when any cell in the range has value more than 60, it changes font color to green.
 
Check out conditional formatting either in help or google it.

Brian
 
Read your post again and although I don't understand fully what you mean I presume that you are writing the values in VBA code, in which case you can set the cell colour , I think it's called interior color, depending on the value you are writing.

Brian
 
That's good , it's always better if you can do things yourself.

Brian
 

Users who are viewing this thread

Back
Top Bottom