Macros and Find/Replace

T

Taylor Francis

I created a macro in which I do two find and replaces on the selection
which was made before the macro was run... Because of the selection,
the F&Rs pop up a dialog box asking if I want to search the remainder of
the document. How can I turn on these boxes and send a default of 'No'
to the F&R that created the popup?

Thanks
Taylor
[email protected]
 
D

Doug Robbins

Include the Wrap:=wdFindStop parameter in your code.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
Top