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, [E2:E65536]) Is Nothing Then Exit Sub
j = ActiveCell.Row - 1
i = Sheets(Cells(j, 5).Text).[D65536].End(xlUp).Row + 1
Cells(j, 22).Value = Sheets(Cells(j, 5).Text).Cells(i, 3).Value
End Sub