merhaba, ben bir sayaç tutup kimin ne kadar kitap okuduğunu yazdırmak istiyorum. bunun için şöyle bir kod yazdım :
Do While sno < 675
If Cells(sno, 3) = "name" Then
sayac = sayac + Cells(sno, 9)
sno = sno + 1
End If
If Cells(sno, 3) <> "name" Then
sno = sno + 1
End If
Loop
Ancak program ilk if bloğuna hiç girmiyor. hatası nedir bulamıyorum. yardım ederseniz sevinirim..
Do While sno < 675
If Cells(sno, 3) = "name" Then
sayac = sayac + Cells(sno, 9)
sno = sno + 1
End If
If Cells(sno, 3) <> "name" Then
sno = sno + 1
End If
Loop
Ancak program ilk if bloğuna hiç girmiyor. hatası nedir bulamıyorum. yardım ederseniz sevinirim..
