Hi, I have a template in PPT that I copy charts from Excel every month. I am trying to create a macro that will do this automatically for me. Unfortunately, I am unable to make the macro change slides. I am able to copy and paste the chart, but then cannot move onto the next slide. I also do not know how to open the file and move to the slide needed (in this case it is slide 4). Any help would be appreciated. Here is the code I have
Sub PPT_Test() Dim PPApp As PowerPoint.Application Dim PPPres As PowerPoint.Presentation Dim PPSlide As PowerPoint.Slide Set PPApp = GetObject(, "Powerpoint.Application") Set PPPres = PPApp.ActivePresentation Set PPSlide = PPPres.Slides (PPApp.ActiveWindow.Selection.SlideRange.SlideIndex) Sheets("Sheet 1").ChartObjects("Chart 5").Activate ActiveChart.CopyPicture Appearance:=xlScreen, Size:=xlScreen, _ Format:=xlPicture PPSlide.Shapes.Paste.Select PPApp.ActiveWindow.Selection.ShapeRange.Left = 2 PPApp.ActiveWindow.Selection.ShapeRange.Top = 96 'Need to learn how to move from slide to slide in order to copy paste correct data this should move from slide 4 to 'slide 5 Sheets("Sheet 1").ChartObjects("Chart 1").Activate ActiveChart.CopyPicture Appearance:=xlScreen, Size:=xlScreen, _ Format:=xlPicture PPSlide.Shapes.Paste.Select PPApp.ActiveWindow.Selection.ShapeRange.Left = 360 PPApp.ActiveWindow.Selection.ShapeRange.Top = 96 Thanks, Robert --~--~---------~--~----~------------~-------~--~----~ ---------------------------------------------------------------------------------- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at http://www.excelitems.com 2. Excel tutorials at http://www.excel-macros.blogspot.com 3. Learn VBA Macros at http://www.vbamacros.blogspot.com 4. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com If you find any spam message in the group, please send an email to: Ayush Jain @ jainayus...@gmail.com or Ashish Jain @ 26may.1...@gmail.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 6,500 subscribers worldwide and receive many nice notes about the learning and support from the group. Our goal is to have 10,000 subscribers by the end of 2009. Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe -~----------~----~----~----~------~----~------~--~---