Hi all, i wonder if anyone can help. i have been using the following code on my forms.
Dim lngWhite As Long, lngGrey As Long
lngWhite = RGB(255, 255, 255)
lngGrey = RGB(192, 192, 192)
I use this to set background colours of text boxes. The problem is i am finding myself repeating these same...