mükerrer engelleme

Katılım
2 Mart 2005
Mesajlar
2,960
Excel Vers. ve Dili
ev: Ofis 2007- Win Xp
iş: Ofis 2010- Win Vista
Kod:
Private Sub kaydet_Click()
With ComboBox1
  If Len(.Text) <> 10 Then
    MsgBox "GSM No on haneli olmalıdır."
    .SetFocus
    Exit Sub
  End If
End With
With ComboBox3
  If Len(.Text) <> 10 Then
    MsgBox "Barkod NO on haneli olmalıdır."
    .SetFocus
    Exit Sub
  End If
End With
..........................
 
Üst