DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Arkadaşlar bir yardım lütfen
L1 hücresinden Hüseyin Bey
Sub Aktar()
Set s1 = Sheets("Rapor")
Set s2 = Sheets("İSTİHKAK")
For a = 9 To 23
sonsat = s2.Cells(Rows.Count, 1).End(3).Row + 1
If s1.Cells(a, 1).Value <> "" Then
s2.Cells(sonsat, 1).Value = s1.Cells(1, 12).Value
s2.Cells(sonsat, 2).Value = s1.Cells(a, 1).Value
s2.Cells(sonsat, 3).Value = s1.Cells(a, 2).Value
s2.Cells(sonsat, 4).Value = s1.Cells(a, 3).Value
s2.Cells(sonsat, 5).Value = s1.Cells(a, 4).Value
s2.Cells(sonsat, 6).Value = s1.Cells(a, 5).Value
s2.Cells(sonsat, 7).Value = "Bilinmiyor"
s2.Cells(sonsat, 8).Value = "Bilinmiyor"
s2.Cells(sonsat, 9).Value = s1.Cells(a, 6).Value
s2.Cells(sonsat, 10).Value = "Bilinmiyor"
s2.Cells(sonsat, 11).Value = "Bilinmiyor"
s2.Cells(sonsat, 12).Value = s1.Cells(3, 11).Value
End If
Next
End Sub
Ayrıca alakanızdan dolayı çok ama çok teşekkür ediyorum gerçekten tam istediğim gibi olmuş.Saygılarımı sunarım.