Sorgu için arama sonuçları: findnext

  1. meleklerim

    Çoklu ya da seçerek kayıt silme

    ...IDsToDelete.Add foundCell.Row, CStr(foundCell.Row) On Error GoTo 0 Set foundCell = .FindNext(foundCell) Loop While Not foundCell Is Nothing And foundCell.Address <> firstAddress Else MsgBox "ID " & arananID &...
  2. P

    Çoklu ya da seçerek kayıt silme

    ...CStr(foundCell.Row) ' Aynı satırı tekrar eklememek için On Error GoTo 0 Set foundCell = .FindNext(foundCell) Loop While Not foundCell Is Nothing And foundCell.Address <> firstAddress Else MsgBox "ID " &...
  3. P

    Çoklu ya da seçerek kayıt silme

    ...firstAddress = foundCell.Address Do rowsToDelete.Add foundCell.Row Set foundCell = .FindNext(foundCell) Loop While Not foundCell Is Nothing And foundCell.Address <> firstAddress Else MsgBox "ID...
  4. cems

    Sayfadan Listboxa alınan verileri, Sayfadan başka sayfayada alma

    ...3).Value = TTutar sonucSatir = sonucSatir + 1 ' Bir sonraki satıra geç Set c = S1.[J:J].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr s = 1 End If If s = 1 Then Exit For Next j End Sub...
  5. beza

    Sayfadan Listboxa alınan verileri, Sayfadan başka sayfayada alma

    ...- 1, 2) = TTutar '.Selected(.ListCount - 1) = True End With Set c = S1.[J:J].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr s = 1 End If If s = 1 Then Exit For Next j
  6. M

    Makroyu hızlandırmak

    ...If Not FoundCell Is Nothing Then Set FirstFound = FoundCell 'Set ResultRange = FoundCell 'Set FoundCell = SearchRange.FindNext(after:=FoundCell) Do Until False ' Loop forever. We'll "Exit Do" when necessary. Include = False If BeginsWith = vbNullString And...
  7. Muzaffer Ali

    Soru Düşeyara Formülü Yardımı

    ...= Bul.Row If Tarih < .Cells(Bul.Row, "C") Then Tarih = .Cells(Bul.Row, "C") Set Bul = .Range("B:B").FindNext(Bul) Set Bul2 = .Range("B:B").FindNext(Bul) Loop While İlkBulunan.Address <> Bul2.Address...
  8. Muzaffer Ali

    Soru Düşeyara Formülü Yardımı

    ...= Bul.Row If Tarih < .Cells(Bul.Row, "C") Then Tarih = .Cells(Bul.Row, "C") Set Bul = .Range("B:B").FindNext(Bul) Set Bul2 = .Range("B:B").FindNext(Bul) Loop While İlkBulunan.Address <> Bul2.Address...
  9. irfem4

    hangi günlerde satılmış

    bilginize ve emeğinize sağlık kod çalışıyor. Set rng = Sayfa1.Range("A2").CurrentRegion satırındaki A1 yapınca doğru sonuç veriyor.
  10. N

    hangi günlerde satılmış

    ...Is Nothing Then adr = c.Address Do r = r + 1 Sayfa2.Cells(r, 2) = rng(c.Row, 1).Value Sayfa2.Cells(r, 3) = c.Offset(0, 1).Value Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With...
  11. S

    Bir parçanın içinde bulunan aksesuraların listesini çekmek.

    Yapınca bu sefer diğer yazılar gitti :( filtre ile çözdüm problemi. ama bu seferde diğer makrom çalışmıyor
  12. Muzaffer Ali

    Bir parçanın içinde bulunan aksesuraların listesini çekmek.

    ...Say = Cells(60, "B").End(xlUp).Row + 1 Bul(1, 2).Resize(1, 3).Copy Cells(Say, "B") Set Bul = .Range("A:A").FindNext(Bul) If IlkAdres = Bul.Address Then Exit Do Loop Until Bul Is Nothing Application.EnableEvents = True...
  13. K

    Tüm Sayfalarda Tekrar Sayısını Sayma/Veri Getirme

    Hocam geri dönüş için teşekkür ederim ama yapamadım. Kusura bakmayın.
  14. T

    Filtrelenmiş alandan satır gizleme

    ...code. MsgBox rFound.Row End If Set rFound = .FindNext(rFound) Loop Until rFound.Address = firstAdd Üstadlarım bu kod ile fitrlelenmiş bütün satırların numarasını alıyorum. Örneğin...
  15. dEdE

    Tüm Sayfalarda Tekrar Sayısını Sayma/Veri Getirme

    ..., xlValues, xlWhole) If Not Aranan Is Nothing Then adres = Aranan.Address Do s = s + 1 Set Aranan = Sheets(i).Cells.FindNext(Aranan) Loop While Not Aranan Is Nothing And Aranan.Address <> adres End If Range("C2") = s - 1 Next i End Sub
  16. gurbuzs

    Araç Km Tahmin

    şimdi oldu .... teşekkürler
  17. Muzaffer Ali

    Araç Km Tahmin

    ...If Not Plaka Is Nothing Then Tarih = Cells(Plaka.Row, "B") Do Set Plaka = .FindNext(Plaka) If IlkAdres = Plaka.Address Then Exit Do ReDim Preserve Ortalama(Say)...
  18. emreeken

    Yardım! "EKLE" komut butonuna bastığımda EXCEL kendini kapatıyor.

    ...KY.Cells(Satır, "AH") = ÜF.Cells(Bul.Row, "J") 'GELİŞ DAHİL Satır = Satır + 1 End If Set Bul = ÜF.[H:H].FindNext(Bul) Loop While Not Bul Is Nothing And Bul.Address <> adres End If MsgBox "YENİ ÜRÜN GİRİŞ KAYDI BAŞARIYLA YAPILMIŞTR."...
  19. L

    Çözüldü Hücredeki Formül İçindeki Formülleri Silme

    ...+ 1 ' Sonraki "ROUND" fonksiyonu içeren hücreyi bul Set Formula_Rng = Sh.Range("L1:L" & lastRow).FindNext(Formula_Rng) Loop While Not Formula_Rng Is Nothing End If Next Sh Application.Calculation = xlCalculationAutomatic...
  20. F

    Çözüldü Sayfalar arasında yazılan veriye göre aktarma yapmak VBA

    çalışıyor. teşekkürler u ve v verileri gelmiyor
Üst