Change the spacing between sentences in an existing document

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

Guest

I want to change the number of spaces between sentences in an existing word
document from two to one. Is there a way to do it globaly or do I have to do
it sentence-by-sentence?
 
You can use the wildcard replace function to replace
..[ ]{1,}
with
..<space>

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top