...+ 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...
...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)...
...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...
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...
...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
...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...
...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...
...Else
Exit For
End If
Next i
If s = 8 Then Exit Do
Set c = S2.[A:A].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
sonsat = S2.Range("A65536").End(3).Row + 1
If s = 8 Then...
...Evleri", LookIn:=xlValues)
If Not c Is Nothing Then
adr = c.Address
Do
i = c.Offset(0, 1)
Sayfa2.Cells(c.Row, "D") = Sayfa1.Cells(2, i)
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> adr
End If
End With...
...Set k = c
Else
Set k = Union(k, c)
End If
Set c = S1.[A:A].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
Next i
If Not k Is Nothing Then k.Delete Shift:=xlUp...
...Do
j = j + 1
sh1.Range("A" & c.Row & ":D" & c.Row).Copy sh3.Cells(j, "A")
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> adr
Else
sh2.Cells(i, "B") = "Kayıt Bulunamadı.."
End If
End...
...sut).Column).Value = k.Offset(0, sut).Value
Next sut
sat = sat + 1
Set k = Sheets("Veri").Range("A2:A47680").FindNext(k)
Loop While k.Address <> ilk_adres And Not k Is Nothing
Set k = Nothing
Application.ScreenUpdating = True
If sat > 11 Then
MsgBox...
...Application.CutCopyMode = False
Exit Do
End If
Set k = Sayfa3.Range("A1:A" & sat2).FindNext(k)
Loop While Not k Is Nothing And k.Address <> adr
End If
End If
Next i
Sayfa2.Range("C2:F" & sat1).Font.Size = 10...
...Then
If k Is Nothing Then
Set k = S2.Rows(c.Row)
Else
Set k = Application.Union(k, S2.Rows(c.Row))
End If
End If
Set c = S2.[A15:A50000].FindNext(c)
Loop While Not c Is Nothing And c.Address <> Adr
End If
If Not k Is Nothing Then
Application.ScreenUpdating = False
k.Delete...
...Cells(c.Row, "D").Comment.Text Text:=deg3
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 Eklendi", vbInformation
Else...
...lookin:=xlValues, LookAt:=xlWhole)
If Not c Is Nothing Then
Ilk_Adres = c.Address
Do
Msgbox "Bulunan Değer ve Satır No : " & c.value & " " & c.Row
Set c = .FindNext(c)
Loop While Not c Is Nothing And c.Address <> Ilk_Adres
End If
End With
Korhan hocam emeğinize sağlık, teşekkürler, fakat galiba aralarında boşluk olan kelimeleri de buluyor. Sadece boşluk veya boşluklar olan hücreleri bulması lazım.
Sebebi de şu;
Çalışma sayfasındki verileri kullanıp rapor döken kodlar var, yanlışlıkla basılan boşluk karakterini de veri olarak...
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.