- Katılım
 - 16 Eylül 2012
 
- Mesajlar
 - 49
 
- Excel Vers. ve Dili
 - excell 2010
 
- Altın Üyelik Bitiş Tarihi
 - 12-03-2022
 
Merhabalar,
Sayfa1 deki A sütundaki verileri sayfa2 de H sütununa benzersiz olarak otomatik olarak yazsın-listelesin istiyorum.
böyle bir kod buldum forumda çalışıyor fakat aynı sayfada listeneliyor.
Not:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Or Intersect(s1.Target, [H:H]) Is Nothing Then Exit Sub
If WorksheetFunction.CountIf(Range("E:E"), Target) = 0 Then
Range("E" & Cells(Rows.Count, "E").End(3).Row + 1).Value = Target.Value
End If
End Sub
								Sayfa1 deki A sütundaki verileri sayfa2 de H sütununa benzersiz olarak otomatik olarak yazsın-listelesin istiyorum.
böyle bir kod buldum forumda çalışıyor fakat aynı sayfada listeneliyor.
Not:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Or Intersect(s1.Target, [H:H]) Is Nothing Then Exit Sub
If WorksheetFunction.CountIf(Range("E:E"), Target) = 0 Then
Range("E" & Cells(Rows.Count, "E").End(3).Row + 1).Value = Target.Value
End If
End Sub
				