incsoft
Altın Üye
- Katılım
- 18 Ağustos 2009
- Mesajlar
- 740
- Excel Vers. ve Dili
- Office Ev ve İş 2021 - Türkçe
- Altın Üyelik Bitiş Tarihi
- 12-12-2024
eke adapte ettim aktarmadı hocamKodda hata yapmışız. Sanırım şimdi probleminiz çözülecek.
Kod:Sub aktar() Application.ScreenUpdating = False For t = 3 To 72 If Cells(t, "G") = "" And Cells(t, "H") <> "" Then Cells(t, "J") = Cells(t, "H") If Cells(t, "G") <> "" And Cells(t, "H") <> "" Then Cells(t, "J") = Cells(t, "G") Next For t = 80 To 135 If Cells(t, "G") = "" And Cells(t, "H") <> "" Then Cells(t, "J") = Cells(t, "H") If Cells(t, "G") <> "" And Cells(t, "H") Then Cells(t, "J") = Cells(t, "G") Next Range("G3:I11").Select Selection.ClearContents Range("G13:I40").Select Selection.ClearContents Range("G42:I72").Select Selection.ClearContents Range("G80:I135").Select Selection.ClearContents Range("R1").Select Application.ScreenUpdating = True End Sub
Ekli dosyalar
-
27 KB Görüntüleme: 2