![]() |
|
|
|
#1
|
|||
|
|||
|
Just tested your code by printing result to immediate window. It returns True every time.
Code:
Sub Find()
With Selection.Find
.Text = "X-"
.Forward = False
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Debug.Print Selection.Find.Execute
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Puzzling behavior by Window shape in [Walls, Shell and Structure] | csdlman | Visio | 3 | 06-12-2018 03:50 AM |
| Puzzling Read Only Issue | BertLady | PowerPoint | 0 | 10-15-2014 11:40 AM |
| Odd cursor behavior | markg2 | Outlook | 0 | 06-15-2010 08:33 AM |
| Bizarre behavior | Mozydan | Outlook | 0 | 11-19-2007 08:59 AM |
| Odd Behavior from Outlook | stonkers | Outlook | 0 | 03-14-2006 12:50 PM |