DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Public dkno As Integer
Private Sub CommandButton1_Click()
If IsNull(TextBox1) = True Or IsNumeric(TextBox1) = False Then
MsgBox "hatalı dkno", vbCritical
TextBox1.SetFocus
Else
dkno = TextBox1.Value
dkno = dkno + 1
TextBox1 = dkno
End If
End Sub
Private Sub TextBox3_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If IsNumeric(TextBox3) = True And Len(TextBox3) <= "6" Then
MsgBox "kayıt başarılı", vbExclamation
Else
MsgBox "alana yanlış veri girildi.", vbExclamation
TextBox3.SetFocus
End If
End Sub
eline sağlık çok güzel olmuşEkli dosyaya bakınız
Enter TuŞuna Bastiktan Sonra İmlecİn Otomatİk PolİÇe No Textbox Inda Kalmasini Nasil SaĞlayabİlİrİm Acaba
TeŞekkÜrler
Private Sub CommandButton1_Click()
If IsNull(TextBox1) = True Or IsNumeric(TextBox1) = False Or TextBox2 = "" And TextBox3 = "" Then
MsgBox "hatalı dkno", vbCritical
TextBox1.SetFocus
Else
STR = "Dk :" & TextBox1 & "POL: " & TextBox3 & "MN:" & TextBox2
Label4 = STR
With Label4
Font.Bold = True
End With
STR = " Dk : " & TextBox1 & " " & " POL: " & TextBox3 & " MN: " & TextBox2
End If
son = [a65536].End(xlUp).Row
son = [a65536].End(xlUp).Row + 1
Debug.Print son, str2
Cells(son, 1).Value = STR
son:
dkno = TextBox1.Value
dkno = dkno + 1
TextBox1 = dkno
TextBox2 = ""
TextBox3 = ""
STR = " Dk : " & TextBox1 & " " & " POL: " & TextBox3 & " MN: " & TextBox2
TextBox3.SetFocus
End Sub