View Single Post
 
Old 05-22-2021, 02:29 PM
macropod's Avatar
macropod macropod is offline Windows 10 Office 2016
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

You could try a wildcard Find/Replace with any of:
Find = [^t]{1,}
Replace = ^p

Find = [^t]{1,}
Replace = ^l

Find = [^t]{1,}
Replace = ^t

Find = [^t]{1,}
Replace = ^32

Since we don't know your exact output requirements, we also don't which will be right for you.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote