Quote:
Originally Posted by gmaxey
Yes it was a typo. Paul's code applied the character style to the existing text of the control. To apply it to the control itself, you need to extended the start and end range by 1:
|
Ya're right. Start - 1 and End + 1 works like a magic.

Thanks.