Jack.Conroy
01-04-2016, 12:21 AM
Hi,
I have a simple one which is frustrating me. I am trying to insert one slide from another presentation (file) into the current presentation but after the active slide I am working on. I can only seem to insert it after slide 1 on the active presentation. Any ideas how to change this to be after the active slide?
Sub InsertObject()
ActivePresentation.Slides.InsertFromFile "C:\Users\HDCOLW\Desktop\New Format\Rounded Text Box.pptx", 1, 1, 1
End Sub
Thanks,
Jack
I have a simple one which is frustrating me. I am trying to insert one slide from another presentation (file) into the current presentation but after the active slide I am working on. I can only seem to insert it after slide 1 on the active presentation. Any ideas how to change this to be after the active slide?
Sub InsertObject()
ActivePresentation.Slides.InsertFromFile "C:\Users\HDCOLW\Desktop\New Format\Rounded Text Box.pptx", 1, 1, 1
End Sub
Thanks,
Jack