> That works a treat. It didn't at first, then I realised that there were two
> spaces between \1 and \2.
>
> Thank you!
>
> "Graham Mayor" wrote:
>
> > With the wildcard option set replace
> > (.) ([A-Z])
> > with
> > \1 \2
> >
> >
http://www.gmayor.com/replace_using_wildcards.htm> >
> > --
> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > Graham Mayor - Word MVP
> >
> > My web site www.gmayor.com
> > Word MVP web site
http://word.mvps.org> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >
> >
> >
> > Rhonda from Western Australia wrote:
> > > I have a long doc that several authors have worked on. Some use two
> > > spaces after the period, some one. The corporate style is two (not my
> > > decision!), so I'm trying to figure out an easy way of finding ALL
> > > instances of only one space after a period and replacing it with two
> > > spaces. Sounds easy? Nope.
> > >
> > > Problem is that each sentence following the space starts with a
> > > different letter. I want to be able to find ".<space>[A-Z]" and
> > > replace with ". <space><space>[A-Z]" where [A-Z] is any capital
> > > letter. The original letter must be replaced with itself.
> > >
> > > I can do this one letter at a time (e.g. ".<space>A" replace with
> > > ".<space><space>A" but as I know there will be many docs like this,
> > > I'd like to know if there's a simple way to automate the process,
> > > either using wildcards, special characters, or a macro.
> > >
> > > Oh, and adding a minor complication to this - I don't want to do a
> > > 'Replace All' as some legitimate periods are followed correctly by a
> > > single space (for example, in the list of References, or after "i.e."
> > > or "e.g.").
> > >
> > > Does anyone have any idea as to how I can achieve this? I'm happy to
> > > click Replace for each instance found, but I really don't wan tto set
> > > up 26 different find/replace sequences to hit all letters of the
> > > alphabet.
> > >
> > > Thanks!
> >
> >
> >