R
Rachel Garrett
I'm trying to find something like a list that will tell me what number
to type into VBA when I want to see what color. The following code
works, but I need a darker green:
If Me.[status].Value = "Achieved" Then
Me.criteria.ForeColor = 4259584
Else
Me.criteria.ForeColor = 0
End If
I found a list of the 8 basic colors, but I believe that there are 40
available.
Thanks!
Rachel
to type into VBA when I want to see what color. The following code
works, but I need a darker green:
If Me.[status].Value = "Achieved" Then
Me.criteria.ForeColor = 4259584
Else
Me.criteria.ForeColor = 0
End If
I found a list of the 8 basic colors, but I believe that there are 40
available.
Thanks!
Rachel