...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...
...y + 2) = c.Offset(0, y)
Next y
iSum = iSum + c.Offset(0, 3)
Set c = .FindNext(c)
iRow = iRow + 1
Loop While Not c Is Nothing And fAddress <> c.Address
End If
End With
Next i...
...Do
a = a + 1
ReDim Preserve myarr(1 To 5, 1 To a)
myarr(1, a) = k.Value
Set k = Range("A:A").FindNext(k)
Loop While Not k Is Nothing And k.Address <> adr
ListBox1.Column = myarr
ListBox1.ColumnWidths = 100
End If
Erase myarr
Set k = Nothing...
...= c
Else
Set bulunanlar = Union(c, bulunanlar)
End If
Set c = .Cells.FindNext(c)
Loop While Not c Is Nothing And ilkbulunan <> c.Address
bulunanlar.Select
'Yapmak...
...Cells(i, "L") = "TESLİM EDİLEN"
End If
Exit Do
Set c = S1.[E:E].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
End If
Next i
Application.ScreenUpdating = True...
...If
End If
If Bul Is Nothing Then Exit Do
Set Bul = S2.Range("C:C").FindNext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adres
If Sayac < Say_1 And Say_2 < Say_1 Then...
..."B") = trh Then
Cells(c.Row, "C").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...
...6
Say = Say + 1
Exit Do
End If
Set Bul = Hedef_Alan.FindNext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adres
End If
End If
Next
Set Alan = Nothing...
...Adres = Bul.Address
Do
Bul.Interior.Color = Aranan.Interior.Color
Set Bul = Tablo.FindNext(Bul)
Loop While Not Bul Is Nothing And Bul.Address <> Adres
End If
Next
Set Tablo = Nothing
Set S1 = Nothing...
Basit bir findnext kullanım örneği.
Sub Makro3()
Set A = Range("A2:A50").Find(What:="Ali")
For i = 1 To Application.CountIf(Range("A2:A50"), "Ali")
Range("A2:A50").findnext(After:=ActiveCell).Activate
MsgBox ActiveCell.Address
Next
End Sub
i degerini ikinci ve üçüncü if değerlerini çalıştırmak için yazdım. Bu findnext cok karışık anlayamadım. İlk if değeri çalışıyor ikinci ve üçüncü if değerlerini çalıştırmak icin i +1 yazdım. Ben acemiyim biraz makro konusunda kusuruma bakmayın. İkinci ve üçüncü if değerlerini çalıştırmak için...
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.