PS: PlotArea.Interior.Color ... all white
by the way ... that's Excel 2k under Win2k ...
"Markus Grein" wrote in message
...
Hello everyone ! :)
Maybe someone can help me with a problem :
I am trying to assign a custom color to the plot area of an Excel chart
programmatically. So, I define a long variable (cCol51&) and assign the
RGB
values as usual :
cCol51 = RGB(238, 241, 252) <<
....
|