I have written a case statement in VBA to color code a report. The report is to show expiring contracts. Unfortunately, the CASE statement is not working right, it colors the first, third, and last correctly but not the second.
Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As...