79416482

Date: 2025-02-05 23:59:35
Score: 2.5
Natty:
Report link

Figured it out - I added this snippet at the bottom before "hyperlinks generated". Thanks @Tim Williams

 For Each dcell In drg.Cells
        dFormat = dcell.Worksheet.Evaluate("=CELL(""format""," & dcell.Address & ")")
        IsFormatValid = False
        If dFormat = "F6" Then
            dcell.Font.Color = RGB(255, 255, 255)
        End If
    Next dcell
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @Tim
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rhedogian