RE: TextRange findText Problem

From: DMSY (DMSY_at_discussions.microsoft.com)
Date: 01/20/05


Date: Thu, 20 Jan 2005 11:27:05 -0800

2Zur will not match Zur if you turn on match whole word. But to combine
search types, just do 2 + 4.
2 = match whole word
4 = match case

"Heiko Fritz" wrote:

> Hi,
>
> i use the findText Method in my Project.
> My Range looks like this : htmltext : "<sup>2</sup>2Zur Suche von...."
> text : "2Zur Suche von..."
>
> Now i search with : fintext(Zur,10000,6).
>
> The text won´t be found. If I search with 4 (case sensitive) i works.
> Is there a way to search for "Zur" case sensitive and Match hole words?
> Or can I only with 4?
>
> Greetings
>
> Heiko
>