Hi, I am trying to display a list of slides in a slide show (similar to the navigation bar or slide sorter) for PP 2007. Does anyone know if it can be done from an Add-in? Can I do it from an outside application (less desirable)? Thanks, Oren
In article , Oren wrote: > Hi, > I am trying to display a list of slides in a slide show (similar to the > navigation bar or slide sorter) for PP 2007. > Does anyone know if it can be done from an Add-in? > Can I do it from an outside application (less desirable)? While the slide pane and slide sorter are scrollable, so can contain a LOT of slides, the individual slides are not, so you'll have to work out how to deal with more images than will fit on a slide. But you could write an add-in that 1) Exports each slide in the presentation to a smallish image file (see the Slide.Export method) 2) Brings the exported pictures back onto a single slide (or more, see above) and arranges them however you see fit. -- Steve Rindsberg, PPT MVP PPT FAQ: www.pptfaq.com PPTools: www.pptools.com ================================================