If TextBox1.Text.Length <> 0 Then
If (TextBox1.Text) > 1000 And Mid(TextBox1.Text, TextBox1.Text.Length, 1) <> "." Then
TextBox1.Text = Mid(TextBox1.Text, 1, TextBox1.Text.Length - 1)
TextBox1.Select(TextBox1.Text.Length, 1)
End If
End If
ดูๆ มันยาวไปนะ น่าจะเขียนได้สั่นกว่านี้ จำไม่ได้ว่า IF ที่ไม่เช็คเงือนไขถัดไปเขียนยังไงลืม