merhaba arkadaşlar damga vergisi hesaplarken textbox1 e 15000 yazınca
textbox2 ye 12711.8644067797 şeklinde çok uzun yazıyor virgülden sonra 2 haneye çeviremedim. aşağıdaki kodları denedim fakat küsüratlar hatalı çıkıyor
TextBox2 = (TextBox1) / 1.18 ( doğru olan formül )
virgülden sonra son 2 hane olması için aşağıdaki kodları denedim fakat olmadı
TextBox3 = Format(TextBox3, "#,##0.00")
TextBox3 = Format(TextBox3, "#,#.##")
TextBox3 = Format(TextBox3.Text, "Currency")
TextBox3.Value = FormatCurrency(TextBox3.Value, 2)
textbox2 ye 12711.8644067797 şeklinde çok uzun yazıyor virgülden sonra 2 haneye çeviremedim. aşağıdaki kodları denedim fakat küsüratlar hatalı çıkıyor
TextBox2 = (TextBox1) / 1.18 ( doğru olan formül )
virgülden sonra son 2 hane olması için aşağıdaki kodları denedim fakat olmadı
TextBox3 = Format(TextBox3, "#,##0.00")
TextBox3 = Format(TextBox3, "#,#.##")
TextBox3 = Format(TextBox3.Text, "Currency")
TextBox3.Value = FormatCurrency(TextBox3.Value, 2)
