J
John Q. Murray
Hi
I am working on a Word 2003 macro to make a series of text replacements
across a wide variety of documents with different styles. I am turning
revision marks on, so I know that text that I have already changed in a
previous search-and-replace operation will become red with single
strikethrough. If the macro has already changed the text, it shouldn't
replace it again -- the macro should operate on all formats *except* red and
single-strikethrough text.
..font.color = NOT wdColorRed
The above isn't the right approach..appears to be doing a bitwise not and
coming up with an invalid color value. Any suggestions?
Thanks
JQ
I am working on a Word 2003 macro to make a series of text replacements
across a wide variety of documents with different styles. I am turning
revision marks on, so I know that text that I have already changed in a
previous search-and-replace operation will become red with single
strikethrough. If the macro has already changed the text, it shouldn't
replace it again -- the macro should operate on all formats *except* red and
single-strikethrough text.
..font.color = NOT wdColorRed
The above isn't the right approach..appears to be doing a bitwise not and
coming up with an invalid color value. Any suggestions?
Thanks
JQ