DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub aktar()
Dim sat As Integer
Dim sut As Integer
Dim s As Integer
For sut = 1 To Cells(1, Columns.Count).End(xlToRight).Column
s = Sayfa1.Cells(Rows.Count, sut).End(xlUp).Row + 1
For sat = 1 To Cells(Rows.Count, "a").End(xlUp).Row
If Sayfa2.Cells(sat, sut).Interior.ColorIndex = 10 Then
Sayfa2.Cells(sat, sut).Copy Sayfa1.Cells(s, sut)
s = s + 1
End If
Next
Next
'
For sut = 1 To Cells(1, Columns.Count).End(xlToRight).Column
s = Sayfa1.Cells(Rows.Count, sut).End(xlUp).Row + 1
For sat = 1 To Cells(Rows.Count, "a").End(xlUp).Row
If Sayfa3.Cells(sat, sut).Interior.ColorIndex = 33 Then
Sayfa3.Cells(sat, sut).Copy Sayfa1.Cells(s, sut)
s = s + 1
End If
Next
Next
End Sub
Sub aktar()
Dim sat As Integer
Dim sut As Integer
Dim s As Integer
Sayfa2.Range("d:d,f:f,g:g,ı:ı").Interior.ColorIndex = 10
Sayfa3.Range("d:d,e:e,h:h,l:l").Interior.ColorIndex = 33
For sut = 1 To Cells(1, Columns.Count).End(xlToRight).Column
s = Sayfa1.Cells(Rows.Count, sut).End(xlUp).Row + 1
For sat = 1 To Cells(Rows.Count, "a").End(xlUp).Row
If Sayfa2.Cells(sat, sut).Interior.ColorIndex = 10 Then
Sayfa2.Cells(sat, sut).Copy Sayfa1.Cells(s, sut)
s = s + 1
End If
Next
Next
'
For sut = 1 To Cells(1, Columns.Count).End(xlToRight).Column
s = Sayfa1.Cells(Rows.Count, sut).End(xlUp).Row + 1
For sat = 1 To Cells(Rows.Count, "a").End(xlUp).Row
If Sayfa3.Cells(sat, sut).Interior.ColorIndex = 33 Then
Sayfa3.Cells(sat, sut).Copy Sayfa1.Cells(s, sut)
s = s + 1
End If
Next
Next
Sayfa1.Range("a:p").Interior.ColorIndex = xlNone
Sayfa2.Range("d:d,f:f,g:g,ı:ı").Interior.ColorIndex = xlNone
Sayfa3.Range("d:d,e:e,h:h,l:l").Interior.ColorIndex = xlNone
End Sub