I am trying to manipulate a Powerpoint presentation that I have inserted into my project. I want the presentation to show some information the user enters on a previous form.
Scenario:
On the Project -> Components window there is an Insertable Objects tab and if Powerpoint is installed on your system, you have the option of inserting a Powerpoint presentation.
The Problem:
I can't find a way to change the Text in a specific text field. Ideally, if this was based on an object structure it would be a no-brainer.
Plea for help!:Code:MyPresentation.Slide1.txtTitle = "Title Goes Here" MyPresentation.Slide1.txtField1 = "Information"
Can someone please show me a method for doing this or at least point me in the right direction?
Flint




Reply With Quote