A QA macro must verify that every cell in a summary range references a formula, not a hardcoded value. After identifying violations, which Range method highlights all of them at once?
-
A
violationRange.Select and then manually format
-
B
Set the Interior.Color property on Application.Union of all violation cells
-
C
Use violationRange.FormatConditions.Add to add a highlight rule
-
D
Loop and set each cell's Interior.Color individually