textbox içeriğinin kontrol edilmesi

Katılım
13 Temmuz 2005
Mesajlar
134
Excel Vers. ve Dili
ofis xp, 2003
arkadaslar ekte proplemimi anlatmaya çalıştım. tşk
 

Levent Menteşoğlu

Administrator
Yönetici
Admin
Katılım
13 Ekim 2004
Mesajlar
16,057
Excel Vers. ve Dili
Excel 2010-32 bit-Türkçe
Excel 365 -32 bit-Türkçe
Aşağıdaki kodu deneyin.

[vb:1:80ca78217e]Private Sub CommandButton1_Click()
sonsat = [a65536].End(3).Row
If [a65536].End(3) = TextBox1 Then
Cells(sonsat + 1, "c") = Cells(sonsat, "c")
Else
Cells(sonsat + 1, "c") = Cells(sonsat, "c") + 1
End If
Cells(sonsat + 1, "a") = TextBox1
Cells(sonsat + 1, "b") = TextBox2
End Sub
[/vb:1:80ca78217e]
 
Üst