DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Soru sormaktan asla çekinmeyin,bizler sizlere yardımcı olmak için gayret ediyoruz.biliyorum cok fazla soru soruyorum
Private Sub TextBox1_Change()
TextBox3.Value = Val(TextBox1.Value) + Val(TextBox2.Value)
End Sub
Private Sub TextBox2_Change()
TextBox3.Value = Val(TextBox1.Value) + Val(TextBox2.Value)
End Sub
Private Sub TextBox1_Change()
Range("A1").Select
[a1] = TextBox1.Value
TextBox3.Value = Val(TextBox1.Value) + Val(TextBox2.Value)
End Sub
Private Sub TextBox2_Change()
Range("A2").Select
[a2] = TextBox2.Value
TextBox3.Value = Val(TextBox1.Value) + Val(TextBox2.Value)
End Sub
Private Sub TextBox3_Change()
Range("A3").Select
[a3] = TextBox3.Value
End Sub
Private Sub TextBox463_Exit(ByVal Cancel As MSForms.ReturnBoolean)
TextBox436.Value = Val(TextBox350)+val(TextBox363)+val(TextBox463)+val(TextBox462)+val(TextBox449)
End Sub
:hey: :lol:Ahmet1982' Alıntı:....ByVal sensıl.....
imdatsaral' Alıntı:sayın Enemy,
Size Ã?rnek Gönderiyorum