DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo Son
If Intersect(Target, [A1:A10,C2:C10]) Is Nothing Then Exit Sub
If Target = "" Then Exit Sub
If Not IsNumeric(Target) = False Then
MsgBox "sayısal değer giremezsiniz!"
Target = Empty
Target.Offset(0, 0).Select
End If
Son:
End Sub
öncelikle teşekkkür ederim, indirdim, denedim ama anlayamadım.Makrosuz bir alternatif ektedir....
.