Hi All
How come when I do this:
There's no prtty colours anymore.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
I have seen other examples in threads where there is colour.
Why?
