Storing find/replace combinations?

  • Thread starter Thread starter GKW in GA
  • Start date Start date
G

GKW in GA

Is there a way to store FIND/REPLACE combinations so I don' have to re-key
them everytime.

For instance I frequently search for mutiple spaces and replace them with a
single space by keying ( ){2,} into the search box and ( ) into the replace
box. I would like to store this somewhere so I don't have to re-key it.
 
Record the search as a macro.

Replace
( ){1,}
with
\1

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top