merhaba arkadaşlar excelden textbox ile excele veri aktarırken doğru aktarıyor fakat excelden e sütünundan veri alırken 13.213,50 şekilde alması gerekirken 13213,5 şeklinde alıyor.
aşağıdaki kodları denedim yine yapamadım.
TextBox1 = Format(TextBox1.Text, "Currency")
TextBox1.Value = Format(CDbl(TextBox1.Value))
textbox1 = Format(textbox1, "#,##0.00")
TextBox1.Value = FormatCurrency(TextBox1.Value, 2)
aşağıdaki kodları denedim yine yapamadım.
TextBox1 = Format(TextBox1.Text, "Currency")
TextBox1.Value = Format(CDbl(TextBox1.Value))
textbox1 = Format(textbox1, "#,##0.00")
TextBox1.Value = FormatCurrency(TextBox1.Value, 2)
