T
Tyrone
Hi Steve, here is the context, instead of pasting it into a named or
numbered slide, just want to copy it into the current slide that is
showing
Sub ThisShouldWorkBetter()
With Presentations.Open("H:\Gallery\Charts.ppt", msoFalse)
.Slides(2).Shapes("StackedCol").Copy
.Close
End With
ActivePresentation.Slides(1).Shapes.Paste
End Sub
numbered slide, just want to copy it into the current slide that is
showing
Sub ThisShouldWorkBetter()
With Presentations.Open("H:\Gallery\Charts.ppt", msoFalse)
.Slides(2).Shapes("StackedCol").Copy
.Close
End With
ActivePresentation.Slides(1).Shapes.Paste
End Sub