Code to fill a column range with conditional formatting is using absolute reference
When I manually enter the formula shown in this code into Cell B16
and then use the format painter to copy it down my column range it correctly uses relative references
But when I try to do it in code, it is incorrectly using an absolute reference.
Application.ScreenUpdating = True
End Sub[/vba] Edit: Will it work if I use a loop to add the formula in each cell ?
* I did try that already with the same result, but if an expert thinks that is what's needed, I'll try again, as perhaps I implemented it wrong with my 1st try.