DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton2_Click()
Dim sh As Worksheet, i As Long, sat As Long
Dim x As Long
ListBox1.Clear
Set sh = Sheets("Veripnl")
sat = sh.Cells(65536, "B").End(xlUp).Row
For i = 3 To sat
If sh.Cells(i, "B").Value = CDate(txttarih.Text) Then
If sh.Cells(i, "M").Value > 0 Then
ListBox1.AddItem
ListBox1.List(x, 0) = sh.Cells(i, "C").Value
ListBox1.List(x, 1) = sh.Cells(i, "D").Value
ListBox1.List(x, 2) = Format(sh.Cells(i, "M").Value, "#,##0")
x = x + 1
End If
End If
Next
End Sub
Dosyayı güncelledim.hocam ,
bakamadınız herhalde,
m3 satırında hiç bir sayı yoksa proje adı ve bölümünüde getirmesin
listboxa
teşekkürler