...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...
...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).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...
...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...
...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...
...""
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 =...
...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...
..."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...
...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 =...
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ı...
...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 = ""...
...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."...
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...
...-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...
...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
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.