...<> "Barkod No:000000" Then
Satir = Satir + 1
Cells(Satir, 1) = Bul.Value
Set Bul = Alan.FindNext(Bul)
End If
Loop While Not Bul Is Nothing And Bul.Address <> Adres
End If
MsgBox "İşleminiz tamamlanmıştır."...
...Then
Adres = Bul.Address
Do
Satir = Satir + 1
Cells(Satir, 1) = Bul.Value
Set Bul = Alan.FindNext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adres
End If
MsgBox "İşleminiz tamamlanmıştır.", vbInformation
End Sub
..."A")
Cells(Sat, "B") = Worksheets("Sayfa2").Cells(Bul.Row, "N")
Set Bul = .findnext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adr
Else
MsgBox "Bu sicile ait kayıt bulunmamaktadır."
End If
End With...
...c.Address
Do
Range("E" & c.Row) = c.Value
Range("F" & c.Row) = itm(i)
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> adr
End If
End With
Next i...
....Bold = Cells(i, "M").Font.Bold
' .Size = Cells(i, "M").Font.Size
End With
End If
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> adr
End If
End With
Next i
End Sub
/CODE]
...UCase(Replace(Replace(d(j), "ı", "I"), "i", "İ")) = ara Then
MsgBox "aranan değeri buldum"
Exit Do
End If
Next j
Set c = [A:A].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If...
...ilkadres = ara.Address
Do
Cells(ara.Row, 2).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...
..."D")
sure.Cells(son_sure, "E") = genel.Cells(c.Row, "E")
End If
Set c = genel.[A:A].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
Next i
MsgBox "İşleminiz Bitti.", vbInformation...
...8).Value
myarr(10, a) = k.Offset(0, 9).Value
myarr(11, a) = k.Offset(0, 10).Value
Set k = Range("C:C").FindNext(k)
Loop While Not k Is Nothing And k.Address <> adr
listAnasayfa.Column = myarr
End If
Erase myarr
Set k = Nothing...
Hocam şu şekilde yapılabilir.
Sub FindNext_Kullanma()
Dim Aranan, ilkAdres As String
Dim KoNTroLYeRi, Bulunan As Range
Aranan = "Ahmet"
Set KoNTroLYeRi = Range("A1:A10")
Set Bulunan = KoNTroLYeRi.Find(Aranan)
If Bulunan Is Nothing Then
Debug.Print "Not found"
Exit...
...Nothing Then
Search_Adress = Search_Data.Address
Do
MsgBox Search_Data.Value
Set Search_Data = Cells.FindNext(Search_Data)
Loop While Not Search_Data Is Nothing And Search_Data.Address <> Search_Adress
End If
Set Search_Data = Nothing...
...Aşağıdaki kodları çalışmanıza uyarlayabilirsiniz.
Sub araBul()
Dim i As Integer
i = 1
Set bul = Cells.Find("aranacak kelime", ActiveCell)
If Not bul Is Nothing Then
ilk = bul.Address
Do
bul.Interior.ColorIndex = 24
i = i + 1
Set bul = Cells.FindNext(bul)
Loop While bul.Address <> ilk
End If...
..."A").ClearComments
S1.Cells(c.Row, "B").ClearComments
s = 1
End If
Set c = [A:A].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
If s = 1 Then
MsgBox "Açıklama Silindi", vbInformation...
...5)
Else
Set k = Union(k, Cells(c.Row, "A").Resize(1, 5))
End If
Set c = [B:B].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
If Not k Is Nothing Then k.Delete Shift:=xlUp
Set c =...
...Me.OyuKaydet.Enabled = True
Exit Do
End If
Set Bul = Sheets("SenList").Range("A:A").FindNext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adres
End If
End If
End Sub
Private Sub UserForm_Initialize()
Set...
....Borders(xlInsideHorizontal).Weight = xlThin
.Borders(xlInsideVertical).LineStyle = xlContinuous
.Borders(xlInsideVertical).Weight = xlThin
End With
ilk = NewRange.Row
Set NewRange = Range("A3:A" & Rows.Count).FindNext(NewRange)
Loop
End Sub
...-1
If c.Column = 56 Then s = 1
Cells(sat, "AA") = S1.Cells(c.Row, c.Column).Offset(0, s)
sat = sat + 1
Set c = S1.[BD:BE].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
Application.ScreenUpdating = True...
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.