A
Andy Levy
Hi
'The value of myTextBox on my form is 106666789.99
However if i call that value into my VBA Sub - only 6 significant figures
are returned.
Debug.Print "myTextBox Value = " & Me.myTextBox
'Which produces "myTextBox Value = 1.06667E+08
So it is only showing 6 significant figures - when really i need it to show
upto 10 sig figs or more.
Is there any way to do that?
Thanks
Andy
'The value of myTextBox on my form is 106666789.99
However if i call that value into my VBA Sub - only 6 significant figures
are returned.
Debug.Print "myTextBox Value = " & Me.myTextBox
'Which produces "myTextBox Value = 1.06667E+08
So it is only showing 6 significant figures - when really i need it to show
upto 10 sig figs or more.
Is there any way to do that?
Thanks
Andy