- Katılım
- 23 Şubat 2007
- Mesajlar
- 131
- Excel Vers. ve Dili
- excel2003
For k = 8 To 10000
If Cells(5, k) = "" Then Exit For
Urun(k - 7) = Cells(5, k)
Sarf(k - 7) = Cells(6, k)
Kullanilan(k - 7) = Cells(7, k)
Hafta(k - 7) = Cells(3, 2)
Sayac = k - 7
Next
arkadaşlar hücre boş ise atla diğerine geç demem için "then exit" yerine hangi komutu yazabilirim acaba.iyi çalışmalar
If Cells(5, k) = "" Then Exit For
Urun(k - 7) = Cells(5, k)
Sarf(k - 7) = Cells(6, k)
Kullanilan(k - 7) = Cells(7, k)
Hafta(k - 7) = Cells(3, 2)
Sayac = k - 7
Next
arkadaşlar hücre boş ise atla diğerine geç demem için "then exit" yerine hangi komutu yazabilirim acaba.iyi çalışmalar