View Single Post
 
Old 09-11-2014, 01:00 AM
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

Your original post suggested to me that you wanted to replace abc followed by any number with abc123.
If you want to replace any multi-letter sequence that precedes a multi-digit sequence, you could use:
Find = <[A-Za-z]{1,}[0-9]{1,}>
Replace = '^&'
to insert the single-quote characters either side
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote