I need help ont the below code. I need to change this code to accept 12 digits. Please help.
![]()
Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) ****Range("A65536").End(xlUp).Offset(1, 0).Value = Chr(KeyAscii) ****TextBox1.Value = "" End Sub
Bookmarks