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, [b9]) Is Nothing Then Exit Sub
If WorksheetFunction.CountIf([m:m], [b9]) > 0 Then
sat = WorksheetFunction.Match([b9], [m:m], 0)
[c9] = RTrim(Cells(sat, "m").Comment.Text)
Else
[c9] = ""
End If
End Sub