Sign in with
Sign up | Sign in
Your question

How do I select text with a specific colour in word?

Tags:
  • Microsoft Word
  • Font
  • Apps
Last response: in Apps General Discussion
Share
August 10, 2014 6:39:22 AM

How do I select text with a specific colour in Word 2013? E.g. only highlight/select text with red font.

Thanks

More about : select text specific colour word

August 10, 2014 6:48:10 AM

Depends on exactly 'why', but some VBA code could do it.

Read through each character:
IF font.color = VBRed (or whatever value of red you're using), Select
Move to next character, repeat.
m
0
l
!