Hi I have recorded a macro to use as a basis to create some Conditional Formatting, however, I am not able to correctly rewrite it with variables for some reason.
When I look at the resultant of my edited macro, it basically changes it from a Cell Value statement to a Formula statement when I look at "Manage Rules" and gives me a TRUE result for all cells
Here is the recorded macro line:
This was my attempt to use variables:
Unfortunately, when reviewing the original conditional format manually input, it says correctly:
Cell Value < $K11*$G$3 Applies to =$E$11:$J$38
While the macro replacement is
Formula =TRUE and applies to =$E$11:$J$38
I am sure this is just a syntax issue, but what is the issue?
Bookmarks