79587667

Date: 2025-04-23 01:07:30
Score: 1
Natty:
Report link

you should just be able to replace "Selection" with "Range()", for example:

With Range("A:D").FormatConditions(1)
    With .Interior
        .PatternColorIndex = xlAutomatic
        .Color = 10092543
        .TintAndShade = 0
    End With
    .StopIfTrue = False\`
End With
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Damian R