Sorgu için arama sonuçları: findnext

  1. N

    Soru DEĞİŞTİRME

    ...If Not c Is Nothing Then adr = c.Address Do rng = c Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With Next rng Application.ScreenUpdating = True End Sub
  2. N

    Tablolardaki sayıyı anahtarla değiştirme

    ...6) = s1 c.Offset(1, 0).Resize(6, 1) = Application.WorksheetFunction.Transpose(s2) Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With End If Next syf MsgBox "İşlem Tamam...."...
  3. S

    Filitre yaparak dosya içine kaydetme

    ...If S1.Range("A" & c.Row & ":L" & c.Row).Copy S2.Range("A" & sat) sat = sat + 1 Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> IlkAdres End If End With S2.Select dosya =...
  4. S

    KAYIT SIRASINDA OTAMATİK NUMARA EKLEME

    ...'K sütun Exit Do End If Set bul = ThisWorkbook.Worksheets("TUTARSIZLIK").Range("F:F").FindNext(bul) Loop While Not bul Is Nothing And adr <> bul.Address End If End If Set bul = Nothing MsgBox "Girilen...
  5. O

    Verileri yanyana getirme

    çok teşekkür ederim ellerinize kollarınıza sağlık
  6. N

    Verileri yanyana getirme

    ...Cells(i, "O") = Cells(r, "G") Cells(i, "P") = Cells(r, "H") r = r + 1 Loop Until Cells(r, "C") = "" Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If End With MsgBox "Bitti...." End Sub
  7. N

    Belli bir veriyi farklı sayfalarda arayıp bir yere getirmek

    ...Sayfa1.Cells(i, "D") = sh.Cells(c.Row, 3) Sayfa1.Cells(i, "E") = sh.Cells(c.Row, 4) Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With End If Next sh...
  8. N

    Belli bir veriyi farklı sayfalarda arayıp bir yere getirmek

    ...Sayfa1.Cells(i, "B") = sh.Cells(c.Row, 1) Sayfa1.Cells(i, "C") = sh.Cells(c.Row, 2) Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With End If Next sh End Sub
  9. B

    HATA YARDIM TALEBİ

    ..."C") ListBox1.List(b, 3) = s1.Cells(bul.Row, "D") b = b + 1 End If If bul Is Nothing Then Exit Do Set bul = s1.Range("B2:B65000").FindNext(bul) Loop While Not bul Is Nothing And bul.Address <> fg TextBox1 = Empty TextBox4 = Empty TextBox5 = Empty Application.EnableEvents = True End...
  10. M

    Aynı İsimde Olanları Listele

    Hocam tam istediğim gibi. çok çok teşekkür ederim
  11. M

    Aynı İsimde Olanları Listele

    ....Cells(targetRow, "AG").Value = foundCell.Offset(0, 18).Value .Cells(targetRow, "AH").Value = foundCell.Offset(0, 19).Value End With targetRow = targetRow + 1 Set foundCell = searchRange.FindNext(foundCell) Loop While Not foundCell Is Nothing And foundCell.Address <> firstAddress End Sub
  12. M

    Aynı İsimde Olanları Listele

    ...= foundCell.Offset(0, 19).Value End With targetRow = targetRow + 1 Set foundCell = searchRange.FindNext(foundCell) Loop While Not foundCell Is Nothing And foundCell.Address <> firstAddress End Sub...
  13. Korhan Ayhan

    Çözüldü Kritere Bağlı Olarak Kayıt Silme

    ...Else Set Rng = Application.Union(Rng, TC_Bul) End If Set TC_Bul = WS.Range("A:A").FindNext(TC_Bul) Loop While Not TC_Bul Is Nothing And TC_Bul.Address <> Rng_Adres End If If Not Rng Is Nothing Then If...
  14. 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 &...
  15. 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...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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.
Üst