Pankaj
Pankaj

Reputation: 1

VBA code to cut and a paste a slide

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??

Upvotes: 0

Views: 213

Answers (1)

user3819867
user3819867

Reputation: 1120

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

Upvotes: 0

Related Questions