View Single Post
 
Old 05-09-2019, 02:47 AM
JohnWilson JohnWilson is offline Windows 10 Office 2016
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Change this line

Code:
.TextFrame.TextRange.Font.Color.RGB = RGB(255, 0, 0)
To This

Code:
.Fill.Forecolor.RGB = RGB(255, 0, 0)
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote