View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Storing find/replace combinations?

Record the search as a macro.

Replace
( ){1,}
with
\1

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



GKW in GA wrote:
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.