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)
If Intersect(Target, [B5]) Is Nothing Then Exit Sub
If Target.Count > 1 Then Exit Sub
If Target <> "" Then
SATIR = IIf([G65536].End(3) = "", [G65536].End(3).Row, [G65536].End(3).Row + 1)
Cells(SATIR, "F") = WorksheetFunction.Max([F:F]) + 1
Cells(SATIR, "G") = Target
End If
End Sub