Konu ile ilgili forumdan örnekler denedim fakat ilk değeri buluyor ikinciyi veya üçüncü aynı değeri bulmuyor. Kusuruma bakmayın findnext fonksiyonunu daha önce kullanmadığım için çalıştıramadım. Konu ile ilgili yardımcı olurmusunuz. Teşekkürler.
...Dim fc As Range
satır = ActiveCell.Row
sütun = ActiveCell.Column
Set fc = ActiveCell
Set fc = Worksheets("Sayfa1").Columns("A").FindNext(after:=fc)
fc.Select
ActiveCell.Cells.Interior.ColorIndex = 4
x = ActiveCell.Row
y = ActiveCell.Column
If x < satır Then
Cells(satır...
...With Worksheets(1).Range("a:a")
Set c = .Find(ArananDeger, lookin:=xlValues)
If Not c Is Nothing Then
IlkAddress = c.Address
Do
Kodlarınız
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> IlkAddress
End If
End With
...ShL.Cells(Sat, "l") = c.Offset(11, 4)
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
End With
MsgBox "Aktarım Bitmiştir....."
End Sub
...ShL.Cells(Sat, "E") = c.Offset(4, 4)
ShL.Cells(Sat, "F") = c.Offset(5, 4)
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
End With
MsgBox "Aktarım Bitmiştir....."
End Sub
Merhaba Ömer Faruk Bey,
Elinize sağlık çok teşekkür ederim. Devamsızlık sayfası istediğim gibi geldi ancak Puantaj sayfası boş geliyor. Bir de başlıklarda gelebilirse çok sevinirim. Yardımınız için çok teşekkür ederim.
...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...
...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...
...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" &...
...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...
...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" &...
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...
...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...
...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
...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
...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...
...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...
Sizlere daha iyi bir deneyim sunabilmek icin sitemizde çerez konumlandırmaktayız, web sitemizi kullanmaya devam ettiğinizde çerezler ile toplanan kişisel verileriniz Veri Politikamız / Bilgilendirmelerimizde belirtilen amaçlar ve yöntemlerle mevzuatına uygun olarak kullanılacaktır.