Ok, first off I am very new to this. I have been tasked with deleting slidesets from a powerpoint presentation using a macro. I am familiar with using this:
ActivePresentation.Slides(2).Delete
however I am looking to delete a range of slides, starting with slide 2.
Any help is greatly appreciated.
David