Private Sub Text1_KeyPress (KeyAscii As Integer)
If InStr (Text1. Text, ". ") And 46 Then KeyAscii=
KeyAscii=0
End the If
End Sub
At present is to want to write the code in the module, but don't know how to call each text box? Novice,
CodePudding user response:
Should need to need to write every TextBox, of course, can also be to integrate the TextBox control all the requirements for control arrays, it may be a little easier,