I am trying to background color the whole GroupHeader Section but this code doesn't work. What's wrong?
Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer)
If [Mos_Enrolled] > 0 Then GroupHeader0.BackColor = 12632256
End Sub
This is an Event Procedure that I put in OnFormat in the section properties.
Please advise. Thanks.
Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer)
If [Mos_Enrolled] > 0 Then GroupHeader0.BackColor = 12632256
End Sub
This is an Event Procedure that I put in OnFormat in the section properties.
Please advise. Thanks.