
|
CONSTANTS: COLOR
Color Constants
You may use either the CONSTANT (left column) or the VALUE (center column)
in your code and get the same results.
CONSTANT | VALUE | COLOR |
VBBlack | &h00 | Black |
VBRed | &hFF | Red |
VBGreen | &hFF00 | Green |
VBYellow | &hFFFF | Yellow |
VBBlue | &hFF0000 | Blue |
VBMagenta | &hFF00FF | Magenta |
VBCyan | &hFFFF00 | Cyan |
VBWhite | &hFFFFFF | White |
|