PowerPoint slide title search help in Visual Studio

T

turbojet

Hi,

Following the example in

http://msdn2.microsoft.com/en-us/library/aa644617(office.10).aspx

my code in Visual Studio can read the current slide's title from the Title
Property.

But what i want to do is to scan the slide deck and read off all the titles
from all the slides. Basically, I want to search a string in all the titles
and return the slide number where the string is first found.

Could someone please help me?

Thanks in advance.
 
T

turbojet

Hi Shyam,
Thanks for the reply. The example doesn't really help because in Visual
Studio C#, I can't really index into .Slides such as .Slides(I) in the
example.

Is there a way to traverse the slide deck using the SlideNumber property and
then read off the title of each slide one by one?

Thanks.
 

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