Code for the Enter Key

  • Thread starter Thread starter zyzzyva
  • Start date Start date
Z

zyzzyva

In Word 2007, I want to Search and Replace where the Enter Key has been used

What is the code to replace this?
 
In Word 2007, I want to Search and Replace where the Enter Key has been used

What is the code to replace this?

^p is the code for the paragraph mark.
 
Jay has already provided you with the answer. If you don't like it, try
clicking More in the Find dialog, then Special. Click on the entry for
"Paragraph mark" (*not* "¶ Paragraph character"), and you'll see that what
Word inserts is, as Jay said, ^p.
 
Yes, the thing you're describing is a Manual Line Break. However, that's the
break you get with Shift+Enter, not with Enter alone. Furthermore, the search
code for it is ^l with the lower case ell, not the | pipe character.

To find all the search codes, click the More button in the Find/Replace dialog
and then click the Special button.
 

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