- Katılım
- 24 Mayıs 2009
- Mesajlar
- 168
- Excel Vers. ve Dili
- 2003 türkçe
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Syn. Yakupaltun;eline saglık yanlız benim istedigim excellde şifrelenmiş bilgileri form da akşam mesaisi pazar gibi bilgileri girdikçe kalan miktarı gösteren textbox göstersin istiyorum yapmış olduğunuz çalışmayı kaydedince formülü siliyor o bölümden
Syn. yakupaltun;evet eki inceledim eline sağlık istedigim gibi yanlız nasıl yaptığını yazarsan çünkü diğer bölümlerdede kullanıcam teşekkür ederim
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
Private Sub TextBox6_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox7_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox8_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox9_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox10_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox11_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox12_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub TextBox13_Change()
TextBox15.Value = Val(TextBox14.Value) - (Val(TextBox6.Value) + Val(TextBox7.Value) + Val(TextBox8.Value) + Val(TextBox9.Value) _
+ Val(TextBox10.Value) + Val(TextBox11.Value) + Val(TextBox12.Value) + Val(TextBox13.Value))
End Sub
Private Sub UserForm_Initialize()
If ComboBox1.Tag = "Yeni" Then ComboBox1.TopIndex = ComboBox1.ListCount + 1
ComboBox1.RowSource = "Sayfa1!B2:C" & Sheets("Sayfa1").Range("C65536").End(xlUp).Row
End Sub