Textbox’a Sadece String İfadeler Girmek

Textbox’a sadece string ifadeler girmek……


Private Sub TextBox2_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)

If (KeyAscii < 65 Or KeyAscii > 90) And (KeyAscii < 97 Or KeyAscii > 122) Then KeyAscii = 0

End Sub

Paylaşmayı unutmayın!
0 0 votes
Article Rating
Subscribe
Bildir
guest
0 Yorum
Inline Feedbacks
View all comments