L
LtCommander
What I want to do is to find and replace if the text if not red in
color. I mean:
with activedocument.range.find
.text="test"
.font.color <> wdcolorred
with .replacement
..
..
..
end with
Of course, I can't say ".font.color <> wdcolorred", so is there any
possible way to match any text so long as it is not red in color?
Thanks,
Vince
color. I mean:
with activedocument.range.find
.text="test"
.font.color <> wdcolorred
with .replacement
..
..
..
end with
Of course, I can't say ".font.color <> wdcolorred", so is there any
possible way to match any text so long as it is not red in color?
Thanks,
Vince