Microsoft® Visual Basic® Scripting Edition
Color Constants
Language Reference

See Also


The following color constants can be used anywhere in your code in place of actual values:

Constant Value Description
vbBlack &h00 Black
vbRed &hFF Red
vbGreen &hFF00 Green
vbYellow &hFFFF Yellow
vbBlue &hFF0000 Blue
vbMagenta &hFF00FF Magenta
vbCyan &hFFFF00 Red
vbWhite &hFFFFFF White

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender