W
WDSnews
When I use this,
.BackColor = &HFF0000
I get blue rather than red. I wondered if maybe my system was set to 32 bit
color rather than 24 bit and somehow that makes a difference, but this gives
me the expected white as it should,
.BackColor = &HFFFFFF
I'm going ahead with the RGB function rather than straight hex, but hoping
someone can explain why the straight hex pairs aren't following the familiar
RGB pattern.
.BackColor = &HFF0000
I get blue rather than red. I wondered if maybe my system was set to 32 bit
color rather than 24 bit and somehow that makes a difference, but this gives
me the expected white as it should,
.BackColor = &HFFFFFF
I'm going ahead with the RGB function rather than straight hex, but hoping
someone can explain why the straight hex pairs aren't following the familiar
RGB pattern.