Extracting text from the outline pane

B

Bennet Ha

Hi,

Can anybody please ive me some clue on how to programatically extract the
full text fromk the outline pane of Power Point 2003? A VBA code snippet
would be most useful.

We normally extract text from Power Point with the TextRange object.
However, I have not been able to identify a TextRange object that correspond
to the full text in the outline pane.

Bennet
 
B

Bill Dilworth

Export Text to a text file, extract text from PowerPoint (Mac or PC)
http://www.pptfaq.com/FAQ00274.htm

You will need to modify the code to limit yourself to the text in
placeholders, if you want only the outline pane text.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 
S

Shyam Pillai

Hello Bennet,
If you only need the text from the outline. Then just save a copy of the
presentation as outline (RTF format). This creates a file containing the
text from the outline pane.

Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top