View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default add a specific slide to an array of slides

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