Sorgu için arama sonuçları: findnext

  1. E

    Cümle içinde kelime arama

    ...What, vbTextCompare) = MatchPosition Then Exit Do Else Set Fnd = .FindNext(Fnd) End If Else Exit Do End If Loop While Not (Fnd Is Nothing)...
  2. K

    Cümle içinde kelime arama

    Merhaba Teşekkür ederim, Şöyle bir şey daha olur mu acaba ? A sutünunda Anahtar kelime var , D sutünunda cümle var eğer cümlenin içinde Anahtar kelime varsa E Sutününa Anahtar kelimesini yazsın
  3. E

    Cümle içinde kelime arama

    ...What, vbTextCompare) = MatchPosition Then Exit Do Else Set Fnd = .FindNext(Fnd) End If Else Exit Do End If Loop While Not (Fnd Is Nothing)...
  4. K

    Cümle içinde kelime arama

    Merhaba, Bulunamadı diyor ama kontrol eder misiniz ?
  5. E

    Cümle içinde kelime arama

    ...Do rFound.Offset(, -2).Value = rFound.Offset(, -2).Value & " " & rSourceHCell.Value Set rFound = rDestHCol.FindNext(rFound) Loop While rFound.Address <> sFirst End If Next rSourceHCell If Len(sNotFound) = 0 Then MsgBox "Tüm...
  6. faruk4435

    Soru Birden fazla çalışma kitabında tek seferde arama yapmak?

    ...xFound.Address .Cells(xRow, 4) = xFound.Value End If Set xFound = xWk.Cells.FindNext(After:=xFound) Loop While xStrAddress <> xFound.Address End If Next If Not xBol Then...
  7. dEdE

    Soru Puantaj Verilerini Yatay Olarak Getirme

    ...= c.Address Do Dizi(x) = S2.Cells(c.Row, 8).Value x = x + 1 Set c = S2.Range("B:B").FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If S1.Range("G" & sat).Resize(, UBound(Dizi)) = Dizi...
  8. B

    Soru Puantaj Verilerini Yatay Olarak Getirme

    Çok teşekkür ederim, elinize sağlık mükemmel olmuş.
  9. dEdE

    Soru Puantaj Verilerini Yatay Olarak Getirme

    ...Do s1.Cells(sat, sut) = s2.Cells(c.Row, 8).Value sut = sut + 1 Set c = s2.Range("B:B").FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If sat = sat + 1 sut = 7 Next i...
  10. asdsxx

    Arama Kodunda Arapça işaretler revizyonu olabilir mi?

    ...sut7).Value 'say6 'Worksheets(sayf1).Cells(d.Row, sut3 - 4).Value ListBox2.List(say, 3) = d.Column say = say + 1 Set d = .FindNext(d) Loop While Not d Is Nothing And d.Address <> FirstAddress End If End With Next sayfa sayf1 = eskisayf1 Else If...
  11. S

    Otomatik Olarak Verileri Özetleme

    Yanıtınız için teşekkür ederim. Bunu kendi tabloma uyarlarken "Set c" ifadelerindeki c'yi, mevcut tablomdaki ilgili sütun harfi ile değiştirmem gerekiyor mu, yoksa sadece "C:C"'leri mi değiştireceğim?
  12. dEdE

    Otomatik Olarak Verileri Özetleme

    ...xlValues) If Not c Is Nothing Then adres = c.Address Do Say = Say + s1.Cells(c.Row, 2) Set c = .FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If End With s2.Cells(Sat, 1) = myList(k) s2.Cells(Sat, 2) = Say...
  13. veyselemre

    VBA yardım

    ...& Range("A1").Value & "*", LookIn:=xlValues, LookAt:=xlPart) If Not c Is Nothing Then Set c1 = c Set c = .FindNext(c) If Not c Is Nothing And c.Address <> c1.Address Then Set c2 = c.Offset(-1) Intersect(Range(c1, c2).EntireRow...
  14. dEdE

    Sayfa1 A Sütununda aynısı var ise Sayfa2 'deki satırı sil Sayfa 3 'de son satıra yapıştır

    ...+ 1 s1.Rows(i + 1).Cut s3.Range("A" & ss3) End If Set c = s2.Range("A:A").FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If Next i Selection.SpecialCells(xlCellTypeBlanks).Delete Shift:=xlUp...
  15. dEdE

    Soru Birden fazla hesap bulunması halinde, hesap nolarını aynı hücrede birleştirme - gösterme?

    ...YHN = YHN & "-" & "" Else YHN = YHN & "-" & s2.Cells(c.Row, "R") End If Set c = s2.Cells.FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If EHN = Right(EHN, Len(EHN) - 1) YHN = Right(YHN, Len(YHN) - 1)...
  16. dEdE

    Telefon Rehberini Excele Aktarma

    ...Do sut = 3 For i = c.Row + 4 To ss If Cells(i, 1) = "END:VCARD" Then Exit For Cells(c.Row + 4, sut) = Cells(i, 1) sut = sut + 1 Next i Set c = Cells.FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If...
  17. D

    Soru Excel sayfalarından makro veya formülle bilgilerin hızlı çekilmesi

    merhaba, emeğinize sağlık dosya hızlı şekilde işlem görüyor. Fakat aranan değer aranan sayfaların tüm satırlarında ya da tüm sütunlarında aranıyor. Bu şekilde değil de aranan değer sadece ilgili sütunda aransın yani bizim aradığımız - H2 hücresi için - diğer sayfaların A sütununda aransın sadece...
  18. dEdE

    Telefon Rehberini Excele Aktarma

    ...If Not c Is Nothing Then adres = c.Address Do For i = c.Row + 4 To ss If Cells(i, 1) = "END:VCARD" Then Exit For Cells(i, 3) = Cells(i, 1) Next i Set c = Cells.FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If End Sub
  19. dEdE

    Soru Excel sayfalarından makro veya formülle bilgilerin hızlı çekilmesi

    ...s1.Cells(sat, j) = Sheets(i).Cells(c.Row, j) Next j sat = sat + 1 Set c = Sheets(i).Cells.FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If Next i s1.Range("A3:G" & s1.Rows.Count).Sort Key1:=[F1], Order1:=1 10...
  20. dEdE

    Soru Birden fazla hesap bulunması halinde, hesap nolarını aynı hücrede birleştirme - gösterme?

    ...Do EHN = EHN & "-" & s2.Cells(c.Row, "Q") YHN = YHN & "-" & s2.Cells(c.Row, "R") Set c = s2.Cells.FindNext(c) Loop While Not c Is Nothing And c.Address <> adres End If If Left(EHN, 1) = "-" Then EHN = Right(EHN, Len(EHN) - 1) If...
Üst