When I add a new line to a text box the scrollbar goes back to the top. How would I make it so the scrollbar always stays at the bottom?
Thanks
Printable View
When I add a new line to a text box the scrollbar goes back to the top. How would I make it so the scrollbar always stays at the bottom?
Thanks
Paste this code after your new line has been entered.
also, you might want to useCode:Text1.SelStart = Len(Text1.Text)
but i don't think it's necessary.Code:Text1.SetFocus