add a specific slide to an array of slides

A

avi

Hello,

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

PPap.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