How do I select text with a specific colour in word? Tags: Microsoft Word Font Apps Last response: August 10, 2014 6:48 AM in Apps General Discussion Share oddlyinsane 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 Reply to oddlyinsane USAFRet 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. Reply to USAFRet m 0 l Ask the community Post an answer Related resources How to print contents in text to word Forum SolvedWe keep getting the words reboot and select proper boot device or insert boot disk ...We have no disk to insert.....how do we Forum How do I make Desktop icons only show text when selected? Forum More resources !
oddlyinsane 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 Reply to oddlyinsane
USAFRet 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. Reply to USAFRet m 0 l