Sorgu için arama sonuçları: findnext

  1. Korhan Ayhan

    Şartlı Düşeyara mümkün mü?

    ...Then TextBox12 = S1.Cells(Bul.Row, "D") Exit Do End If Set Bul = S1.Range("A:A").FindNext(Bul) Loop While Not Bul Is Nothing And Bul.Address <> Adres End If End Sub Bu yapı sadece aradığınız veriye odaklanacağı için...
  2. N

    Cümlelerdeki kelimelerde mükerrer bulma

    ...k = InStr(c.Value, key(i)) c.Characters(k, Len(key(i)) + 0).Font.Color = vbRed Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With End If Next i...
  3. Ş

    Değişikliği diğer sayfalarda da yap

    ..._ :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _ False, SearchFormat:=False).Activate Cells.FindNext(After:=ActiveCell).Activate Cells.Replace What:="ahmet", Replacement:="selman", LookAt:=xlWhole, _ SearchOrder:=xlByColumns...
  4. beza

    Farklı 2 sayfadaki kayıtları bulma,

    ...TextBox16 = sipdurum Else TextBox16 = "İPTAL" End If Set c = S1.[B:B].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr s = 1 End If If s = 1 Then Exit For
  5. Y

    Mevcut Kodda Değişim

    ...2).Value FindOtherColumns(3, Counter) = Cell.Offset(0, 3).Value FindOtherColumns(4, Counter) = Cell.Offset(0, -1).Value Set Cell = .FindNext(Cell) Loop While Not Cell Is Nothing And Cell.Address <> FirstAddress End If End...
  6. ÖmerFaruk

    Mevcut Kodda Değişim

    ...Counter) = Cell.Offset(0, 3).Value '................... Set Cell = .FindNext(Cell) Loop While Not Cell Is Nothing And Cell.Address <> FirstAddress 3. Son olarakda yordamın alt kısmındaki bu bölgeye işaretlediğim...
  7. Y

    Mevcut Kodda Değişim

    ...FindWorkBook(Counter) = WB.Name FindPath(Counter) = WB.FullName Set Cell = .FindNext(Cell) Loop While Not Cell Is Nothing And Cell.Address <> FirstAddress End If End With...
  8. beza

    Farklı 2 sayfadaki kayıtları bulma,

    Tamamadır. Ayırdığınız zaman ve emek için çok teşekkür ederim...
  9. Ömer

    Farklı 2 sayfadaki kayıtları bulma,

    ..."" TextBox5 = 1 TextBox1.SetFocus End With Set c = S1.[A:A].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr If S1.Name = syf(0) Then Label15 =...
  10. Y

    Kod hata (?)

    ...FindWorkBook(Counter) = WB.Name FindPath(Counter) = WB.FullName Set Cell = .FindNext(Cell) Loop While Not Cell Is Nothing And Cell.Address <> FirstAddress End If End With...
  11. RBozkurt

    Bul > Altına Ekle ve Kalanları Birleştir

    Teşekkürler. Ben sütunları ayarlayım. Diğer 1. sayfadan çekilecek veriyide ekleyebilirmiyiz akabinde? Hem çekecek hem birleştirme uygulayacak.
  12. Ömer

    Bul > Altına Ekle ve Kalanları Birleştir

    ..."C") S1.Cells(i, "J") = S2.Cells(c.Row, "F") S1.Cells(i, "K") = S2.Cells(c.Row, "G") Set c = S2.[G:G].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If End If Next i...
  13. M

    İKİ SÜTUNU KARŞILAŞTIR BUL YARDIM

    Teşekkür ederim istediğim gibi oldu.sağolun.
  14. N

    İKİ SÜTUNU KARŞILAŞTIR BUL YARDIM

    ...c.Address Do Cells(c.Row, "E") = Cells(c.Row, "E") & " - " & Cells(i, "D") Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With adr = "" Set c =...
  15. M

    İKİ SÜTUNU KARŞILAŞTIR BUL YARDIM

    Merhaba Necdet Bey ilgilendiğiniz için teşekkür ederim.sizin yazdığınızı modüle ekleyip denedim.arama işlemi 2 dakika kadar sürüyor.yani ekran donuyor.sonra sonuçlar çıkıyor.veri çokluğundan değil azaltınca da aynı.bu normalmi bilemedim. arama sonucu istediğim gibi sadece E sütüna yazılan yazı...
  16. N

    İKİ SÜTUNU KARŞILAŞTIR BUL YARDIM

    ...adr = c.Address Do Cells(i, "E") = Cells(i, "D") & " " & Cells(i, "D") Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adr End If End With Set c = Nothing adr = ""...
  17. Ömer

    diğer sayfalardan koşullu veri aktarımı ve silinmesi

    ...syf.Cells(c.Row, "A").Resize(1, 7).Copy Cells(sat, "A") sat = sat + 1 Set c = syf.[A:A].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If End If Next syf MsgBox "Aktarım bitti."...
  18. 1

    Listbox ile Sayfalarda Ara Makrosunda Hata alıyorum.

    Hocam İlginiz için teşekkürler Tarih Formatı düzelmiş. Ancak bulunan veriye tıkladığımda aşağıdaki Kod'da gene hata veriyor. Private Sub ListBox1_Click() Sheets(ListBox1.Column(0)).Select Range(ListBox1.Column(1)).Select Range(ListBox1.Column(2)).Select...
  19. Orion1

    Listbox ile Sayfalarda Ara Makrosunda Hata alıyorum.

    ...-1).Value, "dd.mm.yyyy") ListBox1.Column(3, ListBox1.ListCount - 1) = Aranan.Value Set Aranan = Sheets(i).Cells.FindNext(Aranan) Loop While Not Aranan Is Nothing And Aranan.Address <> adres End If Label1.Caption = "Aranan " & Bulunacak Next i If adres...
  20. Ömer

    Diğer Sekmedeki İsimleri Çağırma

    ...Adr = c.Address Do Cells(sat, "Q") = S1.Cells(c.Row, "A") sat = sat + 1 Set c = S1.Range("A2:A" & son).FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If Application.ScreenUpdating = True End Sub
Üst