View Single Post
 
Old 04-17-2017, 05:36 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Assuming these lines start a new paragraph, you could just use Find/Replace, where:
Find = ^p |Z
Replace = ^pZR
followed by:
Find = |
Replace = nothing
If you need to also eliminate any unwanted duplicate spaces, you could use
Find = ^w
Replace = ^32
Of course, all three Find/Replace operations could be recorded as a macro.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote