Find and replace with VBA in Word
Hi,
I would like a macro to find a specific character in a word document. From that character and to the end of the line I want to change color of the text. Any ideas how to achieve this?
Ex.
''' sfgsjfhgjhsdhughurhui
dfsjngjnsfn ''' asdjgrffkjn
should after running the macro look like
''' sfgs jfh gjhsdh ughurhui
dfsjngjnsfn''' asdjgrffkjn
Thankful for help
Jonas

