![]() |
#2
|
|||
|
|||
![]()
You don't have Selection.Find.Found in your code. I don't see how it would return anything.
With this code and your example and instructions, it returns "True" Sub ScratchMacro() 'A basic Word Macro coded by Gregory K. Maxey With Selection.Find .Text = "X-" .Forward = False .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False MsgBox .Found End With lbl_Exit: Exit Sub End Sub |
|
![]() |
||||
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 |