Hi All

How come when I do this:

Code:
    'Has club combo got data
    If cboClub.ListIndex = -1 Then
        vretMsg = "club"
        gerrError.PopErrorStack
        Exit Function
    End If

    'Has club combo got data
    If cboShift.ListIndex = -1 Then
        vretMsg = "shift"
        gerrError.PopErrorStack
        Exit Function
    End If
There's no prtty colours anymore.
I have seen other examples in threads where there is colour.
Why?