VBA code to cut and a paste a slide

219 Views Asked by At

I am writing a VBA code in Excel 2010 to search for a particular text ( that I am inputting from Excel) in a Presentation, cut that slide and paste the slide next to slide where the same text (again inputting from Excel) is found in the Presentation.

And I want to repeat the same for around 50 times, i.e, I want to find 50 texts in PPT and cut those slides and paste them somewhere else.

Can I do this using Excel VBA code??

1

There are 1 best solutions below

0
On

Yes.
You'll need to add PowerPoint's Object Library and look up the existing solutions with Google.