K
K.Kazinski
Hi,
Does anyone have an example of setting the fill color and using RGB. I already have an enum with all the colors I want to use, but when I try to use them I only get black for a fill color.
I have tried:
vsoShape.CellsU("FillForegnd") = RGB(240, 0, 0) ' Red
and this produces a filled black shape.
Thanks,
Ken
Does anyone have an example of setting the fill color and using RGB. I already have an enum with all the colors I want to use, but when I try to use them I only get black for a fill color.
I have tried:
vsoShape.CellsU("FillForegnd") = RGB(240, 0, 0) ' Red
and this produces a filled black shape.
Thanks,
Ken