D
dennis
Here's my requirement:
I have to find specific text located in various places in a
document. Once I identify the location of a spceific
character (ASCII 167 in this case), I need to locate the
VERY NEXT ")" character. My selected range must start at
the 167-char, and end at the ")" char. I then need to
replace the text in that range with a hotlink (easy enough
to do).
What I need to know is:
1) How to identify the absolute character position of the
first & last character, and set the RANGE to those values
2) Is there a different way to do that? If so, how?
I'm using vB6.
thanks!!
I have to find specific text located in various places in a
document. Once I identify the location of a spceific
character (ASCII 167 in this case), I need to locate the
VERY NEXT ")" character. My selected range must start at
the 167-char, and end at the ")" char. I then need to
replace the text in that range with a hotlink (easy enough
to do).
What I need to know is:
1) How to identify the absolute character position of the
first & last character, and set the RANGE to those values
2) Is there a different way to do that? If so, how?
I'm using vB6.
thanks!!