Thread
:
VBA - Changing color of text in a single column of a table
View Single Post
05-09-2019, 02:47 AM
JohnWilson
Windows 10
Office 2016
Programmer
Join Date: Nov 2008
Location: UK
Posts: 1,913
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
JohnWilson
View Public Profile
Find all posts by JohnWilson