Macro to change font colors (with exeption)
Hello.
When updating my forms, I usually put all changes in red to ensure we know were to look during review.
I would like to use a macro to remove all these red in regular text boxes, field captions, etc. en replace them with black.
Except for text that contain an url link (They should be blue)
How would you do that ?
I guess, finding all "
<fill>
<color value="255,0,0"/>
</fill>"
and remove them unless when url is present then, replace "255,0,0" by a blue color.
Not sure how to do that,
Can you help ?