I know that if I use Selection.Find with a wildcard, and if Selection.Find.Execute is true, then the text that matches the wildcard is Selected.
If I use Range.Find, and Range,Find.Execute is true, where is the equivalent matching result?
The Microsoft documentation for Range.Find and Find.Execute do not specify where it is.