- Katılım
- 13 Aralık 2011
- Mesajlar
- 14
- Excel Vers. ve Dili
- office2007
hocam sitede kod arşivi diye bir proğram buldum ordan kodları araştırdım benim formdaki kod yerlerini ordan aldığım bilgilerle değiştirdim vala billa oldu hocam. kodları aşağıdaki gibi değiştirdim hocam hiç sorun vermiyo
) ilginiz ve alakanızdan dolayı çok ama çok teşekkür ederim hocam sayenizde bende userform da bişeyler öğrendim
))
Private Sub TextBox5_Exit(ByVal Cancel As MSForms.ReturnBoolean)
TextBox6 = (TextBox5 * 1) * (TextBox4 * 1)
TextBox7 = (TextBox6 * 1) * 18 / 100
End Sub
Private Sub TextBox8_Enter()
TextBox8 = Val(TextBox7.Value) + Val(TextBox6.Value)
End Sub
Private Sub TextBox5_Exit(ByVal Cancel As MSForms.ReturnBoolean)
TextBox6 = (TextBox5 * 1) * (TextBox4 * 1)
TextBox7 = (TextBox6 * 1) * 18 / 100
End Sub
Private Sub TextBox8_Enter()
TextBox8 = Val(TextBox7.Value) + Val(TextBox6.Value)
End Sub
