Find and Replace Question

  • Thread starter Thread starter Stephanie
  • Start date Start date
S

Stephanie

One of the options under special for the Replace function
says "Find What Text." What does this do?

Thanks!
Stephanie
(e-mail address removed)
 
It includes the text you are searching for from the Find What textbox in the
Replace With text. So for instance (the code for Find What Text is ^?):

Find What: "doc"
Replace With: "^?tor"

replaces "doc" with "doctor"

This code is especially useful when you want to find certain text and
replace it with the same text in a different format (e.g., bold, different
font color, etc.).

cjd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top