Thanks in advance for the assist to a VBA newbie. I want to perform the following:
I want to color format cells A1:k:1 based upon the value entered into K1. I want to do this for each of 65 successive rows.
I can do this via conditional formatting for each series of cells, but I want to do this in one fell swoop using code.
My current conditional formatting statement looks like this for cell K1: $A$1="kaizen" then cells A1:k1 will format as fill in red with black font. I would like this to occur via VBA code. I don't know how to do this.
I want to color format cells A1:k:1 based upon the value entered into K1. I want to do this for each of 65 successive rows.
I can do this via conditional formatting for each series of cells, but I want to do this in one fell swoop using code.
My current conditional formatting statement looks like this for cell K1: $A$1="kaizen" then cells A1:k1 will format as fill in red with black font. I would like this to occur via VBA code. I don't know how to do this.