Sorgu için arama sonuçları: findnext

  1. 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
  2. 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...
  3. Ö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...
  4. 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...
  5. beza

    Farklı 2 sayfadaki kayıtları bulma,

    Tamamadır. Ayırdığınız zaman ve emek için çok teşekkür ederim...
  6. Ö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 =...
  7. 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...
  8. 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.
  9. Ö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...
  10. M

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

    Teşekkür ederim istediğim gibi oldu.sağolun.
  11. 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 =...
  12. 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ı...
  13. 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 = ""...
  14. Ö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."...
  15. 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...
  16. 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...
  17. Ö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
  18. B

    Diğer Sekmedeki İsimleri Çağırma

    Merhaba Tekrar, Birşey daha sormak istiyorum eğer mümkünse. Bu işlemi birden fazla sekmeye yapmaya başladım ancak hepsinin yan sütununda yer olmayabiliyor. Textbox gibi bir yerde ismi aratıp altında çıkan isimlere çift tıklayınca en son hücredeki yere yapıştırabilir şeklinde olabiliyor mu...
  19. Ömer

    Diğer Sekmedeki İsimleri Çağırma

    ...Is Nothing Then Adr = c.Address Do Cells(sat, "Q") = S1.Cells(c.Row, "A") sat = sat + 1 Set c = S1.[A:A].FindNext(c) Loop While Not c Is Nothing And c.Address <> Adr End If Application.ScreenUpdating = True...
  20. Ömer

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

    ...Do 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 Next i Application.ScreenUpdating = True End Sub
Üst