DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
[B]Private Sub Worksheet_Change(ByVal Target As Range)[/B]
If Intersect(Target, Range("C2:C" & Cells(Rows.Count, 1).End(xlUp).Row)) Is Nothing Then Exit Sub
Range("[B]A2:D[/B]" & Cells(Rows.Count, "A").End(xlUp).Row).Sort Key1:=[C1], Order1:=[B][COLOR="Red"][SIZE="5"]1[/SIZE][/COLOR][/B] [COLOR="Blue"]'**AZALAN SIRALAMA İÇİN [B][COLOR="Red"][SIZE="5"]2[/SIZE][/COLOR][/B][/COLOR]
[B]End Sub[/B]