Hi i have a userform with textbox as unitprice. in unitprice there are two choices to enter its either a dollar sign or Philippine Peso PhP sign. I put up a check box for $ and another one for peso. the dollar signed is working but for philippine peso it doesnt work. May I ask your help guys on how to do this in vba macro and also i would like to know if you have other approach.
below is my vba code:
![]()
Please Login or Register to view this content.
This is the result when i entered a nuemric value in unit price when i click the peso checkbox. P0P#,##0.00. when i used the dollar sign and enter a value. the value cannot edit anymore. let say i enter 100 which i the actual value is 100.10. the 2 decimal i cannot enter anymore.
Bookmarks