DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Dim SUT As Integer
On Error Resume Next
For SUT = 2 To Cells(65536, "J").End(3).Row
If Cells(SUT, "J") = Val(TextBox1) And Cells(SUT, "K") = Val(TextBox2) And Cells(SUT, "L") = ComboBox1 Then
TextBox3 = Val(TextBox3) + Cells(SUT, "M")
End If
Next
End Sub