VBA: Automatically scroll to bottom of text box
=========REF:---------http://www.access-programmers.co.uk/forums/showthread.php?t=200804 =========EXAMPLES:---------Me.StatusBox.SetFocusMe.StatusBox.SelStart = Len(Me.StatusBox.Value) ---http://www.anysitesupport.com/vba-automatically-scroll-to-bottom-of-text-box/