Quote Originally Posted by macropod View Post
Track changes does not have a parameter for font colour changes - you would have to use a loop such as you now have and add to it a comparison of the before/after text to establish what has changed. The challenge will be to determine whether and what to do where changing the font colour is only part of the overall change.
Thanks. I was kind of hoping there might be some kind of thing I could use like "If FontColorChanged = True" or whatever. Since Word is able to tell me that the color has been changed in the little info balloon off to the side, I was thinking that value might be stored somewhere in a way that would make it readily accessible to me. But you've pointed me in the right direction, and I'll play around with it for a bit and see if I can get something to work.

Failing that, I have another way to deal with it that I know will work, something I can do earlier in the workflow, but it would be a lot easier to do it the way I'm wanting to do it here.