After charts are copied into a PP pres, I need to go in and delete slide # 2.
Here is the code that I am trying to use:
Dim pptApp As PowerPoint.Application
Dim pptPres As Object
Dim pptSlide As PowerPoint.Slide
Dim pptShape As PowerPoint.Shape
Dim i As Integer
Set pptSlide = pptPres.Slide.Delete(2)
Not sure what I need to change to get this to run.
Thanks for the help guys.
Chilly442
Here is the code that I am trying to use:
Dim pptApp As PowerPoint.Application
Dim pptPres As Object
Dim pptSlide As PowerPoint.Slide
Dim pptShape As PowerPoint.Shape
Dim i As Integer
Set pptSlide = pptPres.Slide.Delete(2)
Not sure what I need to change to get this to run.
Thanks for the help guys.
Chilly442