Merhaba Arkadaşlar ;
Userformumda 6 adet veri girilecek textbox'ım var . Textbox 7'de hesapla butonuna bastığımda sonucun görünmesini istiyorum .Aşağıda nerede hata yapıyorum .
Private Sub CommandButton1_Click()
TextBox7.Text = [Val(TextBox1.Value)+Val(TextBox3.Value)+Val(TextBox4.Value)+Val(TextBox5.Value)+Val(TextBox6.Value)] / Val(TextBox2.Value)
End Sub
Yardımlarınız için şimdiden teşekkürler.
Userformumda 6 adet veri girilecek textbox'ım var . Textbox 7'de hesapla butonuna bastığımda sonucun görünmesini istiyorum .Aşağıda nerede hata yapıyorum .
Private Sub CommandButton1_Click()
TextBox7.Text = [Val(TextBox1.Value)+Val(TextBox3.Value)+Val(TextBox4.Value)+Val(TextBox5.Value)+Val(TextBox6.Value)] / Val(TextBox2.Value)
End Sub
Yardımlarınız için şimdiden teşekkürler.
