- 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 Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [b5]) Is Nothing Then Exit Sub
tabbassat = s1.Range("e19")
If s1.Cells(5, 2) < tabbassat Then
MsgBox " satır nosu " & tabbassat & " sayısından küçük olamaz": s1.Cells(5, 2) = tabbassat: Exit Sub
End If
Snc_aln_Tem
Veri_Al
If Intersect(Target, [b38]) Is Nothing Then Exit Sub
Veri_Al_test
End Sub