Private Sub CommandButton3_Click()
Set BUL = [C4:C500].Find(Val(TextBox10), LookAt:=xlWhole)
If Not BUL Is Nothing Then
Cells(BUL.Row, 256).End(1).Column 1
Cells(BUL) = TextBox12
End If
End Sub
bu kodu çalıştırmamadım yapmak istediğim teztbox10 yazdığım sayısyı a:a sutununda bulmak ve bulunan satırdaki en son boş sutuna yeni bir veri girmek ..
Set BUL = [C4:C500].Find(Val(TextBox10), LookAt:=xlWhole)
If Not BUL Is Nothing Then
Cells(BUL.Row, 256).End(1).Column 1
Cells(BUL) = TextBox12
End If
End Sub
bu kodu çalıştırmamadım yapmak istediğim teztbox10 yazdığım sayısyı a:a sutununda bulmak ve bulunan satırdaki en son boş sutuna yeni bir veri girmek ..