J
Just Me
Using
FindText = aRange.FindTextStart(aFindString, aCount, aFlags)
aCount=236 which sounds right for Story
If aFindString="the" and aFlags=0 the word "the" is found.
However, if aFindString="t.*" and aFlags=8 the word "the" is not found
Does the RichTextBox really support Regular Expressions?
Thanks for any info
FindText = aRange.FindTextStart(aFindString, aCount, aFlags)
aCount=236 which sounds right for Story
If aFindString="the" and aFlags=0 the word "the" is found.
However, if aFindString="t.*" and aFlags=8 the word "the" is not found
Does the RichTextBox really support Regular Expressions?
Thanks for any info