Thread: [Solved] Wildcards in Word
View Single Post
 
Old 06-19-2021, 02:24 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

Formatting applied via Find Replace always applies to the entire found string.

FWIW, your Find/Replace expression could be reduced to (for example):
Find = (: )(*^13)
Replace = \1\2
Regardless, formatting the space after the colon as bold seems rather pointless. I would suggest two Find/Replace operations
Find = : (*^13)
Replace = §\1
replacement = bold
Find = §
Replace = :^32
replacement = not bold
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote