P
Pat L
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
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