L
Larry
Is there a single, one line command that puts all the Search parameters
back to their default state? After doing a search, I always run things
like this:
With Selection.Find
.Text = ""
.Replacement.Text = ""
.MatchWildcards = False
End With
But I'm wondering if this is necessary.
Thanks,
Larry
back to their default state? After doing a search, I always run things
like this:
With Selection.Find
.Text = ""
.Replacement.Text = ""
.MatchWildcards = False
End With
But I'm wondering if this is necessary.
Thanks,
Larry