Hi,
I am using a macro to search one word and replace it using a different one. For example:
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "Exceeds Expectations" '20
.Replacement.Text = "Excellent "
How can i not replace the ones that were showing in a textbox formfield where user entered.
Thanks for any help.
I am using a macro to search one word and replace it using a different one. For example:
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "Exceeds Expectations" '20
.Replacement.Text = "Excellent "
How can i not replace the ones that were showing in a textbox formfield where user entered.
Thanks for any help.