I have dates in column L that have the conditional formatting of:
Cell Value <= Today()-365*(3*$N7:$N$368)-182
I need to loop thru every row in column L and see if the conditional formatting is true or not. I know C pretty well but am still farely new to VBA and arent quite sure how to do it. Any help would be great!
Cell Value <= Today()-365*(3*$N7:$N$368)-182
I need to loop thru every row in column L and see if the conditional formatting is true or not. I know C pretty well but am still farely new to VBA and arent quite sure how to do it. Any help would be great!