vbYellow

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hey,

I am trying to find out what the value is for the color:
vbyellow.

I have a label on a form that I use the fore-color/text-
color value = 8454143, which is a light yellow. But when
I use vbYellow in code it is a brighter shade. I would
like to use something closer to the vbYellow shade.

Just thought I'd see if I could find this out. Thanks!!!
 
Great, Thanks Cheryl

-----Original Message-----
65535 should get you the bright-yellow shade.

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Thanks!!!


.
 
go to Visual basic (tools > macro > vb)
open the execution window (ctrl G or view > execution window)
type
?vbYellow
+ Enter
result is 65535

You can use the web site www.pourpre.com to be helped in finding colors in
RGB coding (French)
Antoine
 
Back
Top