Sub verial()
Dim sat As Integer
Sayfa17.[b4] = ""
Sayfa17.[c3] = ""
Sayfa17.[d3] = ""
Application.ScreenUpdating = False
For sat = 2 To 5
If Sayfa14.Cells(sat, "b").Font.ColorIndex <> 3 Then
Sayfa17.[b4] = Sayfa17.[b4] & " " & Sayfa14.Cells(sat, "b")
End If
Next
For sat = 2 To 45
If Sayfa14.Cells(sat, "an").Font.ColorIndex <> 3 Then
Sayfa17.[c3] = Sayfa17.[c3] & " " & Sayfa14.Cells(sat, "an")
End If
If Sayfa14.Cells(sat, "ak").Font.ColorIndex <> 3 Then
Sayfa17.[d3] = Sayfa17.[d3] & " " & Sayfa14.Cells(sat, "ak")
End If
Next
Application.ScreenUpdating = True
End Sub
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.