Hi RandomCoder,
I took my posted EditableTablev1.1 and changed the Sub Timer_Tick into
Code:
Sub Timer1_Tick
Timer1.Enabled = false
TextBox1.SelectionLength = StrLength(TextBox1.Text)
TextBox1.Focus
End Sub
I don't know why this must be done out of the SelectionChanged sub.
specci48