
Rich Text Box & scroll bar
Try:
RTB.SelStart = Len(RTB.text)
This works for me
--
David Wier
http://www.augustwind.com
Quote:
> Hi,
> How can I get the Rich Text box to position the scroll bar at the end of
the
> text?
> I know it must be something easy. I tried the SetFocus but that doesn't
> seem to work.