DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Dim k As Range
Sheets("STOK").Select
If TextBox1.Value = "" Then
MsgBox "Bir kod girmelisiniz.!", vbCritical
TextBox1.SetFocus
Exit Sub
End If
If TextBox2.Value = "" Then
MsgBox "Bir Ürün ismi girmelisiniz.!", vbCritical
TextBox2.SetFocus
Exit Sub
End If
sat = Cells(65536, "A").End(xlUp).Row + 1
Set k = Range("A2:A65536").Find(TextBox1.Value, , xlValues, xlWhole)
If k Is Nothing Then
Cells(sat, "A").Value = TextBox1.Value
Cells(sat, "B").Value = TextBox2.Value
MsgBox "Kayıt Girildi..", vbOKOnly + vbInformation, "KAYIT"
TextBox1.Value = Empty: TextBox2.Value = Empty: TextBox1.SetFocus
Else
MsgBox "Bu Kod var." & vbLf & "Kayıt Yapılmadı..!!", vbCritical
TextBox1.SetFocus
End If
End Sub
Rica ederim.Sayın Orion2,
Çok teşekkürler. Allah (CC) razı olsun.
Saygılar...