DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
TextBox3.Value = Format(TextBox1.Value * 8 / 108, "0.00")
TextBox2.Value = Format(TextBox1.Value, "0.00")
TextBox1.Value = TextBox2.Value - TextBox3.Value
End Sub