I was able to find out how to edit the title text:
Code:
>> Slide.s2.Shapes.get
Application: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library._Application]
Creator: 1.3479e+009
Parent: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library._Slide]
Count: 4
HasTitle: 'msoTrue'
Title: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library.Shape]
Placeholders: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library.Placeholders]
There are 4 shapes in this slide, but I can only seem to edit the Title shape. None of the other 3 shapes (all text boxes) can be found through the activex/com!
How do I access them?