Adding slides to array of slides

A

avibenita84

Hello,

The following command delete at once an array of slides from a presentation

ActivePresentation.Slides.Range(Array(1, 5, 69, 70.....)).delete

But how do I add a specific slide to the array (if the slide meet some condition

Thanks
Avi
 
Top