I have scoured MSDN and the web for how to use VBA to select a range of slides in PowerPoint and cannot figure it out. It seems like it should have something to do with ActiveWindow.Selection.SlideRange
, but I cannot figure out how to set a starting and ending slide. All I can find is how to use VBA to manipulate a range of slides that the user has already selected; I need to make VBA select the range.
Specifically, I want to select the slide before and the slide after the currently selected slide and return those 3 slides as the SlideRange
.