B
Ben
Hi
I just got around to trying this out and have come accross a few problems.
Firstly, how do I paste into powerpoint from VBA? I have something along
these lines, but it just pastes any text previously in the clipboard...
For Each nextChart In excelWookbook.Charts
nextChart.Copy
ActiveSheet.Copy
Set ppSlide = ppPresentation.Slides.Add(1, ppLayoutBlank)
ppSlide.Shapes.Paste
Next
Also, is it possible to do this with ChartObjects.Charts? Or can I convert
these to WoorkBook.Charts in VBA?
Thanks
Ben
I just got around to trying this out and have come accross a few problems.
Firstly, how do I paste into powerpoint from VBA? I have something along
these lines, but it just pastes any text previously in the clipboard...
For Each nextChart In excelWookbook.Charts
nextChart.Copy
ActiveSheet.Copy
Set ppSlide = ppPresentation.Slides.Add(1, ppLayoutBlank)
ppSlide.Shapes.Paste
Next
Also, is it possible to do this with ChartObjects.Charts? Or can I convert
these to WoorkBook.Charts in VBA?
Thanks
Ben