TextFrame object in powerpoint 2013, different fonts from VBA
I've got a TextFrame object in a powerpoint slide. I'd like to manipulate the object through VBA but it has different font sizes in the text. How can I select a piece of text and apply a different font to it using VBA code?
Thanks.