![]() |
#1
|
|||
|
|||
![]()
Hi there,
I am getting very odd results with the following wildcard search in VBA Selection.Find.ClearFormatting With Selection.Find .Text = "[.,;:-\?\!^13^34]" .Replacement.Text = "" .Forward = True .Wrap = wdFindStop .Format = False .MatchCase = False .MatchWholeWord = False .MatchAllWordForms = False .MatchSoundsLike = False .MatchWildcards = True End With Selection.Find.Execute The intention was to find any of these characters: . , ; : - ? ! [CR] and " However, this search is also finding the "=" sign, even though its not in the list of search characters I have requested! Any ideas? I suspect I have encountered numerous similar instabilities in Selection.Find in Word. Does this function have documented issues? As an aside, is it ok to put ^n1^n2^n3 ... in order to search for ascii characters n1, n2, n3 ... Thanks Mike |
Tags |
wildcard searches |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Peterson | Word | 2 | 09-17-2018 07:17 AM |
![]() |
Cosmo | Word VBA | 9 | 02-12-2016 08:03 PM |
Issue with wildcard search | mysterytramp | Word | 0 | 05-13-2015 10:40 AM |
Where is the error in my wildcard search? | Ulodesk | Word | 10 | 06-30-2014 01:46 PM |
Wildcard search help. | Kempston | Word | 0 | 11-13-2009 03:58 AM |