J
Jay
With the following code, if I don't set the values for MatchWildcards,
Wrap, etc, what are the default values? Are they the values used
during the last Find?
Do While Selection.Find.Execute(FindText:="Txt",
MatchWildcards:=False, Wrap:=wdFindContinue, Forward:=True)
'do something
Loop
From Help (Word 97 SR2), the parameters are MatchWildcards, MatchCase,
MatchWholeWord, MatchWildcards, MatchSoundsLike, MatchAllWordForms,
Forward, Wrap, Format. However, default values are not listed.
Wrap, etc, what are the default values? Are they the values used
during the last Find?
Do While Selection.Find.Execute(FindText:="Txt",
MatchWildcards:=False, Wrap:=wdFindContinue, Forward:=True)
'do something
Loop
From Help (Word 97 SR2), the parameters are MatchWildcards, MatchCase,
MatchWholeWord, MatchWildcards, MatchSoundsLike, MatchAllWordForms,
Forward, Wrap, Format. However, default values are not listed.