Sorgu için arama sonuçları: findnext

  1. ÖmerFaruk

    Yatay Görünen Puantajın Dikeye Çevirilmesi Hk.

    ...Bul.Column) Bulunanilk = Sh1.Cells(3, Bul.Column) Do Set Bul = Range("G" & i, "AK" & i).FindNext(Bul) If Bul Is Nothing Then Exit Do If Bulunanilk = Sh1.Cells(3, Bul.Column) Then Exit Do...
  2. A

    Kolon altındaki hücreler içerinde belli kelimeleri bulmak

    ...ilkadres = ara.Address Do Cells(ara.Row, 1).Interior.Color = vbYellow Set ara = .FindNext(ara) Loop While Not ara Is Nothing And ara.Address <> ilkadres End If Next i End With MsgBox "İşlem tamam", vbInformation...
  3. 1

    Farklı Kitaptan Ara Bul Listele

    Teşekkür ederim tam istediğim gibi olmuş elinize aklınıza sağlık.
  4. Korhan Ayhan

    Farklı Kitaptan Ara Bul Listele

    ...2) = WS2.Cells(Apartment_No.Row, Find_Data.Column).Value Satir = Satir + 1 Set Find_Data = WS2.Rows(3).FindNext(Find_Data) Loop While Not Find_Data Is Nothing And Find_Data.Address <> First_Address End If WS1.Range("B2:B" &...
  5. Korhan Ayhan

    Dış veri bağlantılı excelde açıklama kutucukları eklenmesi hk.

    ...Do My_Range.Copy Find_Code.PasteSpecial xlPasteComments Set Find_Code = Range("A:A").FindNext(Find_Code) Loop While Not Find_Code Is Nothing And Find_Code.Address <> First_Address End If Next...
  6. B

    Soru Aynı kod yapısını farklı bir sutun için gerçekleştirmek

    ...Exit Sub End If ilkAdres = Bulunan.Address Do x = x + 1: ReDim Preserve y(x) Set Bulunan = KoNTroLYeRi.FindNext(Bulunan) y(x) = Bulunan.Row Loop While ilkAdres <> Bulunan.Address sat = 6 For i = 1 To x s1.Range("A" & y(i) & ":AD" &...
  7. S

    Kapalı Excele veri yazdırma

    Hocam merhaba, emeğinize sağlık. Ben konuyu açan arkadaş için kodlarınızı denedim. Kapalı dosyadaki E sütununa verileri kopyalıyor, fakat G,H,I,J,K,L sütunlarına kaynak dosyadan veri gelmiyor. Bu sutünlarada, kaynak dosyanın G,I,J,K,L,M sütunlarındaki veriler gelmeli. Ayrıca kapalı dosyanın...
  8. E

    Kapalı Excele veri yazdırma

    ...HdfSyf.Range("E" & bul.Row).Value = KynkSyf.Range("F" & i).Value End If Set bul = HdfSyf.Range("C1:C100000").FindNext(bul) Loop While Not bul Is Nothing And bul.Address <> firstAddress End If Next Hdf.Close True...
  9. ÖmerFaruk

    Çoklu kritere göre maksimum tarihi bulmak

    ...Adres = Bul.Address Do If Bul.Offset(0, 1) = "Yıllık izin" Then If Bul.Offset(0, 2) > myDate Then myDate = Bul.Offset(0, 2) Set Bul = Range("A:A").FindNext(Bul) Loop While Not Bul Is Nothing And Bul.Address <> Adres End If TextBox1 = myDate End Sub
  10. ÖmerFaruk

    Çoklu kritere göre maksimum tarihi bulmak

    ...Adres = Bul.Address Do If Bul.Offset(0, 1) = "Yıllık izin" Then If Bul.Offset(0, 2) > myDate Then myDate = Bul.Offset(0, 2) Set Bul = Range("A:A").FindNext(Bul) Loop While Not Bul Is Nothing And Bul.Address <> Adres End If Sonuc = myDate End Sub
  11. 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...
  12. 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...
  13. Ş

    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...
  14. 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
  15. 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...
  16. Ö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...
  17. 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...
  18. beza

    Farklı 2 sayfadaki kayıtları bulma,

    Tamamadır. Ayırdığınız zaman ve emek için çok teşekkür ederim...
  19. Ö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 =...
  20. 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...
Üst