Hey,

I really need some support to accomplish what I am trying to do.

This is what I want:
In a macro, I want to specify a folder where all my powerpoint files (hence slides) are located and then import them into the macro script in a set.

So I was thinking a bit in terms of the below, but change the ActivePres... to a set where I can store all the powerpoint files I am importing.

ActivePresentation.Slides.InsertFromFile "C:\*.pptx", Index:=CurrentSlideIndex

Is this possible? And if, how do I do it?

Thanks