View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Markus Grein Markus Grein is offline
external usenet poster
 
Posts: 6
Default 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) <<


....