RGB(red, green, blue)
Miscellaneous
Return a color.
See Also: QBColor( ).
Sub Main Debug.Print Hex(RGB(255,0,0)) '"FF0000" End Sub