DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Change()
Dim SAYI As Double
If IsNull(TextBox1) = False Then SAYI = TextBox1
'----------------------------------
Cells(1, 1).Value = SAYI
End Sub
Kod:Private Sub TextBox1_Change() Dim SAYI As Double If IsNull(TextBox1) = False Then SAYI = TextBox1 '---------------------------------- Cells(1, 1).Value = SAYI End Sub
ben bu şekilde dönüştürüp hücreye yolluyorum