List of Slide Titles

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to build an inventory of all slides used in a presentation, which I need to export to another application (Excel) I can access a list of slides via the Custom Properties Tab but cannot copy or export it.

Does anyone know a way to do this ?

Regards
 
Hello,

If you are using PowerPoint 2002 or PowerPoint 2003 you can take advantage
of a bug in the Send to Word feature to get the desired effect (this does
not work in earlier versions of PowerPoint).

1) View outline pane
2) View -> Toolbars -> Outlining (to make this toolbar visible)
3) Click on the "Collapse All" tool on the Outlining toolbar
4) File -> Send to -> Microsoft Office Word ...
5) Choose "Outline only" option in dialog and click "OK"

Result: Only the text visible in the outline pane (not the collapsed text)
will be sent to Word.

Of course, when this bug is fixed, you will not be able to use this trick
anymore :-)

If you (or anyone else reading this message) have some suggestions for more
outlining capabilities and/or interoperability in PowerPoint (which don't
require VBA or add-ins), don't forget to send your feedback to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions)

John Langhans

Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

This posting is provided "AS IS" with no warranties, and confers no rights.

Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
"John Langhans [MSFT]" said:
Result: Only the text visible in the outline pane (not the collapsed text)
will be sent to Word.

Of course, when this bug is fixed, you will not be able to use this trick
anymore :-)

D'ya think we could convince the dev team to leave this bug unfixed? :-)

Echo
 
Paul

Have a look here:

Export Slide Number and Title Text to a text file
http://www.rdpslides.com/pptfaq/FAQ00332.htm

It includes a bit of VBA code that would be simple to modify if you want
just the slide titles and not the slide numbers.
Excel should be able to import the file it produces.

It might need a few other mods to suit your purposes ... if so, c'mon back
and let's beat up on it a bit more.


Paul Austin said:
I am trying to build an inventory of all slides used in a presentation,
which I need to export to another application (Excel) I can access a list of
slides via the Custom Properties Tab but cannot copy or export it.
 
D'ya think we could convince the dev team to leave this bug unfixed? :-)
Maybe in exchange for putting BACK the "B/W export when view is B/W" bug?
 
Back
Top