oddlyinsane Honorable Mar 11, 2012 4 0 10,510 0 Aug 10, 2014 #1 How do I select text with a specific colour in Word 2013? E.g. only highlight/select text with red font. Thanks
How do I select text with a specific colour in Word 2013? E.g. only highlight/select text with red font. Thanks
0 USAFRet Splendid Moderator Mar 16, 2013 6,971 3 31,015 1,354 Aug 10, 2014 #2 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.
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.