DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub Sirala()
Dim SonKolon As Integer
Dim i As Long
SonKolon = [IV1].End(1).Column + 1
For i = 2 To [A65536].End(3).Row
If Cells(i, "B").Font.ColorIndex = 3 Then Cells(i, SonKolon) = 0
Next i
Range(Cells(2, "A"), Cells([A65536].End(3).Row, SonKolon)).Sort Key1:=Cells(2, SonKolon), Key2:=[B2]
Columns(SonKolon).Delete Shift:=xlToLeft
End Sub
Sub Sirala()
Dim SonKolon As Integer
Dim i As Long
SonKolon = [IV1].End(1).Column + 1
For i = 2 To [A65536].End(3).Row
Cells(i, SonKolon) = Cells(i, "B").Font.ColorIndex
Next i
Range(Cells(2, "A"), Cells([A65536].End(3).Row, SonKolon)).Sort Key1:=Cells(2, SonKolon), Key2:=[B2]
Columns(SonKolon).Delete Shift:=xlToLeft
End Sub