View Single Post
 
Old 10-18-2021, 05:41 AM
JulianS96 JulianS96 is offline Windows 10 Office 2016
Novice
 
Join Date: Feb 2020
Posts: 11
JulianS96 is on a distinguished road
Default How to conditional format a table cell in word based on it's value.

Hi Forum,

I'm new to VBA but slowly learning it.
I've created a script which runs through 1K pages and deletes content not needed (down to ~18 pages).
What I need to do now is add a conditional formatting script to the end to format words in the "Effectiveness" Table where if it finds:
"Weak" highlight table cell Orange,
Effective - Blue,
Not Applicable - Purple,
Adequate - Green.
Is there a script that can automatically format these words in the table cells?

Kind Regards,

Julian
Reply With Quote