Setting a section to No Fill

  • Thread starter Thread starter Lynxbci3
  • Start date Start date
L

Lynxbci3

Hi,

I have a program that automatically sets the segments in a pie chart t
the correct colour (set using RGB(c1,c2,c3)) see code below

Charts("EPE Wheel").SeriesCollection(1).Points(pnt).Interior.Color
RGB(c1, c2, c3)

However there is occasioanlly a black segment and i would like to se
it to No fill instead of black. I can do all the If...then but what i
the code to set a section to no fill?

many thank
 
Hint:

I bet Ed used the macro recorder to figure out the syntax. It's a very
handy tool.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
Back
Top