Forum Discussion

bakerbaker19's avatar
bakerbaker19
Copper Contributor
Dec 10, 2019
Solved

VBA Code Help - Changing Color of Certain text and characters after specified text

So I am partially VBA savvy but this code seems way over my skill level. I am trying to find the text "ETIC-" in any cell and change it blue; the catch is, that I also want any character that follow...
  • Rich99's avatar
    Rich99
    Dec 12, 2019

    Hi bakerbaker19 

     

    Have attached a revised macro (Test2) which I think should work for every case.

     

    Rich