The following command deletes 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) before proceeding to deletion?

Thanks Avi