The primary and secondary colours have constants.
If hex is confusing for you, you can also specify the value in QBColor or RGB.Code:Me.BackColor = vbYellow
Code:'Using QBColor Me.BackColor = QBColor(14) 'Using RGB Me.BackColor = RGB(255, 255, 0)
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |