Export function in powerpoint

  • Thread starter Thread starter Onur BIRSOZ
  • Start date Start date
O

Onur BIRSOZ

Hi,

I want to export slides 6 and 8 as another ppt file.

But if I execute the following code, it exports only the
6. slide.

prsPer.Slides.Range(Array(6, 8)).Export "file_name", "ppt"

How can I export mutliple slides at once?

Thank You

Onur BIRSOZ
Mathematics Engineer
 
It also exports the slides one by one.
Then I would have slide6.ppt and slide8.ppt
But I want to have slideN.ppt which consists of Slide6 and
Slide8

Thank you

Onur BIRSOZ
 
Onur,
If that is the case, it would be simpler just to open a copy of the source
presentation, delete all slides which need not be exported and save the
presentation.
--
Regards
Shyam Pillai

Toolbox for PowerPoint
http://www.mvps.org/skp/toolbox
 
Back
Top