View Single Post
 
Old 08-09-2023, 10:02 AM
JavierA JavierA is offline Windows 10 Office 2021
Novice
 
Join Date: Aug 2023
Posts: 2
JavierA is on a distinguished road
Post 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)?
Reply With Quote