DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub Osma()
Dim i&, son&
son = Cells(Rows.Count, "A").End(3).Row
For i = 1 To son
If Cells(i, "A") <> "" Then Cells(i, "B").Resize(, 3).Value = Array(5, 1, 0)
Next i
son = Empty: i = Empty
End Sub
Sub Osma()
Dim i&, son&
son = Cells(Rows.Count, "A").End(3).Row
For i = 1 To son
If Cells(i, "A") <> "" And Cells(i, "B") = "" Then Cells(i, "B").Resize(, 3).Value = Array(5, 1, 0)
Next i
son = Empty: i = Empty
End Sub