G
Guest
How can I get the new chart object created in Power Point 2007 and make
changes to it ?
Chart can be added with the
ActivePresentation.Slides(1).Shapes.AddChart (xl3DPie)
But I cannot access it's properties with the code below. How can I do it ?
ActivePresentation.Slides(1).Shapes(1).Chart.ChartType
Thanks a lot in advance!
changes to it ?
Chart can be added with the
ActivePresentation.Slides(1).Shapes.AddChart (xl3DPie)
But I cannot access it's properties with the code below. How can I do it ?
ActivePresentation.Slides(1).Shapes(1).Chart.ChartType
Thanks a lot in advance!