Re: Find all

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jezebel (dwarves_at_heaven.com.kr)
Date: 07/08/04


Date: Fri, 9 Jul 2004 09:27:49 +1000

Use the ClearFormatting method. This sets Search to ALL.

"Pat L" <anonymous@discussions.microsoft.com> wrote in message
news:2a02c01c46539$938ed850$a301280a@phx.gbl...
> Normally I use range.find instead of selection.find so as
> not to leave Word's find dialog set to whatever search
> parameters were utilized in the last search via a macro.
>
> Okay, that said, I have a situation where I actually want
> to use selection.find in a macro and then reset the find
> dialog programmatically a few steps later in the user's
> workflow. All is well except I can't seem to figure out
> how to reset the "Search:" option to "All."
>
> .Forward=True results in "Down" the next time the find
> dialog is opened.
> .Forward=False results in "Up" the next time the find
> dialog is opened.
>
> Any leads on having it set to "All" the next time the
> find dialog opens?
>
> Thanks,
>
> Pat