you want to apply any color value to the Forecolor property of the control: Me.Mobile1.Forecolor =
and I think remove the quotes as the value is not text. You will find it easier to use the RGB method as opposed to the hex value as it has to be tweaked as in
Val("&H" & "FFFFFF"). You can also use vb color constants like vbGreen.
Or just use conditional formatting.
Last edited by Micron; 05-26-2019 at 12:06 PM.
Reason: added info
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.