I changed the code a little. It now reacts even more like the normal textboxes.
Count gives the number of lines to scroll (according your windows setting)
Public Const WM_VSCROLL = &H115
Public Const WM_HSCROLL = &H114
Public Const SB_LINEUP = 0
Public Const SB_LINEDOWN = 1
Public Const...