M
Marko
Hi to all,
i have an applicatione that use office automation to convert a ppt
presentatio in html format.
I nedd to obtain the title of the slide; the same printed in powerpoint and
in the realtive html frameset.
When i try to deduce it with thi code
For Each aSlide In ppPres.Slides
titleArray.Add (aSlide.Name)
Next
i receive a title like : "Slide1", "Slide 2"
How can i do it?
Thanx for your attention
Mark
i have an applicatione that use office automation to convert a ppt
presentatio in html format.
I nedd to obtain the title of the slide; the same printed in powerpoint and
in the realtive html frameset.
When i try to deduce it with thi code
For Each aSlide In ppPres.Slides
titleArray.Add (aSlide.Name)
Next
i receive a title like : "Slide1", "Slide 2"
How can i do it?
Thanx for your attention
Mark