- Katılım
- 9 Aralık 2006
- Mesajlar
- 134
- Excel Vers. ve Dili
- microsoft office professional plus 2010 TR
değerli üstatlarım; aşağıda ki kodda hata nerde birinci şart için kod çalışırken ikinci şart için kod çalışmıyor. Yardımcı olur musunuz.
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("B9:B4000")) Is Nothing Then Exit Sub
Call DÖNÜŞTÜR
If Intersect(Target, Range("CX8")) Is Nothing Then Exit Sub
Call TOPLA
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("B9:B4000")) Is Nothing Then Exit Sub
Call DÖNÜŞTÜR
If Intersect(Target, Range("CX8")) Is Nothing Then Exit Sub
Call TOPLA
End Sub