sakthi santhanam
New Member
Hi All,
I need a help in alining the chart's in the PPT slides.
In the above code I am activating a sheet and copying the two charts by to the newly created ppt slide. But, the charts are over lapping. I need the two charts to be placed in the top and bottom of the slide.
Can any one please help me do this.
Regards,
Sakthisanthanam
I need a help in alining the chart's in the PPT slides.
Code:
Sheet2.Activate
Sheet2.ChartObjects(1).Copy
popt.ActivePresentation.Slides(4).shapes.PasteSpecial (ppPasteBitmap)
Sheet2.ChartObjects(2).Copy
popt.ActivePresentation.Slides(4).shapes.PasteSpecial (ppPasteBitmap)
In the above code I am activating a sheet and copying the two charts by to the newly created ppt slide. But, the charts are over lapping. I need the two charts to be placed in the top and bottom of the slide.
Can any one please help me do this.
Regards,
Sakthisanthanam