How do I delete "hard enter" at the end of lines in a paragraph?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several pages of paragraphs with line lengths of about ten words.
Each line ends with a "hard enter". How do I delete the "enters" at one
time, rather than going in and removing each one?
 
One way is to use Find/Replace, replacing ^p with a space.

But... does this concatenate paragraphs you won't want concatenated? If so,
an alternative depends upon there being 2 paragraph marks between things
that you really want to be separate paragraphs. If there are, then the
following 3-step Find/Replace does it:

Replace:^p^p With: %%%%%

Replace: ^p With:[space]

Replace:%%%%% With: ^p

Another approach is to use AutoFormat with all of the options turned off.
Choose Format - AutoFormat - Options. Remove the checks next to everything.
Click OK - OK. This usually works, but not always.
 

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