4
votes
3answers
7k views

Apply Font Formatting to PowerPoint Text Programatically

I am trying to use VBA to insert some text into a PowerPoint TextRange, I use something like this: ActiveWindow.Selection.SlideRange.Shapes("rec1").TextFrame.TextRange.Text = "Hi" However, I can't ...
1
vote
2answers
920 views

Run VBA on any PowerPoint to change the LanguageID

I'm trying to create a toolbar with a button that will change the LanguageID for all shapes and text boxes in a PowerPoint document to EnglishUS. This is to fix a problem where if someone spell-checks ...
1
vote
2answers
231 views

Macro to convert equations into images in Powerpoint 2010

I am trying to preapre a macro that would convert all equations in a PowerPoint2010 presentation into images while retaining the position and animation effect/order. Based on the tip provided here ...
0
votes
0answers
64 views

VBScript : can I add notes to a slide of type ppLayoutChart (value 8)

A newbie question : How do I add notes to a slide from inside vbscript. I can generate the slide, using layout type ppLayoutChart(8), however no idea how to add notes. Any reference will also be ...