Skip to main content

AccessTr.neT


Textbox Kayıt

Textbox Kayıt

#3
Private Sub CommandButton1_Click()
    Static sayac As Byte
    If sayac = 7 Then Exit Sub
    Cells(3, sayac + 3).Value = TextBox1.Value
    Cells(4, sayac + 3).Value = TextBox2.Value
    sayac = sayac + 1
End Sub
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Textbox Kayıt - Yazar: malatyalı - 02/07/2021, 19:55
RE: Textbox Kayıt - Yazar: malatyalı - 02/07/2021, 21:28
RE: Textbox Kayıt - Yazar: feraz - 02/07/2021, 21:58
RE: Textbox Kayıt - Yazar: malatyalı - 03/07/2021, 09:16