View Single Post
 
Old 06-24-2014, 04:53 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit 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

You could also use:
Find = ([!0-9^13]@)( )(<[0-9]{4})^13 or ([!^13 ]@ [! ]@)( )([0-9]{4})^13
Replace = \3\2\1^p
The reason '(*) (*) (<[0-9]{4}>)^13' doesn't work, is that * represents a string of any content and length. That content could include paragraph breaks and spaces, which is self-defeating.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote