Aug 15, 2009

How to create the explosion feature in Pie Chart

ActiveChart.SeriesCollection(1).Select
ActiveChart.SeriesCollection(1).Points(3).Select
Selection.Explosion = 20
Selection.Interior.ColorIndex = 44

No comments: