Hi,

At the end of a macro automating the search/replace within a block, how
do I answer no to the dialog box asking if I want to search the
remainder of the document? Recorder does not record my answer.

Sorry, it must be basic, but cannot find the answer.

thanks
--
John Doue

Re: Automating search/replace within a block by Helmut

Helmut
Sat Jul 12 00:54:58 PDT 2008

Hi John,

it is the wrap-property of the find-object.

.Wrap =wdFindStop

--

Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Vista Small Business, Office XP

Re: Automating search/replace within a block by John

John
Sat Jul 12 02:16:13 PDT 2008

Helmut Weber wrote:
> Hi John,
>
> it is the wrap-property of the find-object.
>
> .Wrap =wdFindStop
>
> --
>
> Greetings from Bavaria, Germany
>
> Helmut Weber, MVP WordVBA
>
> Vista Small Business, Office XP

Thanks a million Helmut, I would never have guessed it!

--
John Doue