I found how add Picture inside a ppt in below thread:
[link ]
[/url]
But I would need also to add a text from a catscript. How can I do this? I tried like below but it does not work:
Thank you.
[link ]
[/url]
But I would need also to add a text from a catscript. How can I do this? I tried like below but it does not work:
Code:
ppt.ActiveWindow.Selection.SlideRange.Shapes.AddTextbox(msoTextOrientationHorizontal, 100, 100, 200, 50).TextFrame.TextRange.Text = "Test Box"
Thank you.