A
Angie
I would like to be able to enter an amount into a textbox within a userform
and have the amount fill from the right hand side. (This much I can do using
the Align Property). However, as the numbers are typed I would like to see
the decimal point to be placed 2 decimal places within the number, ie if I
enter 123456 I would like to see:
As soon as the 12 is typed – see .12
As soon as the next digit is typed, the 3 – see 1.23
As soon as the next digit is typed, the 4 – see 12.34
If I then deletes the last number, the 4 – see 1.23
So if I type 123456 – see 1234.56
So a value of $2000.00 would be typed as 200000 and the decimal point is not
typed but appears correctly.
Is this possible?
Many Thanks, Angie.
and have the amount fill from the right hand side. (This much I can do using
the Align Property). However, as the numbers are typed I would like to see
the decimal point to be placed 2 decimal places within the number, ie if I
enter 123456 I would like to see:
As soon as the 12 is typed – see .12
As soon as the next digit is typed, the 3 – see 1.23
As soon as the next digit is typed, the 4 – see 12.34
If I then deletes the last number, the 4 – see 1.23
So if I type 123456 – see 1234.56
So a value of $2000.00 would be typed as 200000 and the decimal point is not
typed but appears correctly.
Is this possible?
Many Thanks, Angie.