Thread: color of legend
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anique Anique is offline
external usenet poster
 
Posts: 4
Default color of legend

I ve got an excel sheet which is converted from excel 2003 to 2007.
Unfortunately the background color of the legend is now transparant.
Can anyone tell me how to change this dynamically ?

i've tried:
legend.fill.backcolor.RGB = RGB(255,255,255)
but this doesn't work

thanks in advance.

Anique