aakash_sehgal
New Member
- Joined
- Apr 4, 2016
- Messages
- 9
Hello,
I Need to duplicate a slide and then write onto that slide. My code duplicates the slide but just after gives a type mismatch error. Any help ?
where dim pptSlide as PowerPoint.Slide, dim oPPTApp as Powepoint.Application
I Need to duplicate a slide and then write onto that slide. My code duplicates the slide but just after gives a type mismatch error. Any help ?
Set pptSlide = oPPTApp.ActivePresentation.Slides(1).Duplicate
where dim pptSlide as PowerPoint.Slide, dim oPPTApp as Powepoint.Application