- Katılım
- 6 Kasım 2006
- Mesajlar
- 176
- Excel Vers. ve Dili
- türkçe
Private Sub TextBox15_Change() 't15=(t12+t13)*t14*1
L = TextBox12
M = TextBox13
n = TextBox14
If TextBox12 = "" Then L = 0
If TextBox13 = "" Then M = 0
If TextBox14 = "" Then n = 0
TextBox15 = Replace((L + M) * n * 1, ".", ",")
End Sub
hata alıyorum yardımcı olurmusunuz.
L = TextBox12
M = TextBox13
n = TextBox14
If TextBox12 = "" Then L = 0
If TextBox13 = "" Then M = 0
If TextBox14 = "" Then n = 0
TextBox15 = Replace((L + M) * n * 1, ".", ",")
End Sub
hata alıyorum yardımcı olurmusunuz.
