How to change the transparency of a selected text with VBA for PowerPoint
I have text in a text box. I need to know how to change the transparency of each letter (individually) with VBA for PowerPoint.
I know that by changing the transparency of a shape I can do this:
shape.Fill.Transparency = transparency, where transparency is a value between 0.0 and 1.0.
how do I change the transparency of a letter (eg randomly with RND)?
|