![]() |
display $ in a userform textbox
Hi All, I have a userform in excel that accepts amount values.. My Question is:
Is there a way I can display a '$' Sign in text box accepting amount values? Thanks in Advance |
display $ in a userform textbox
format the data
amount = 10.23 textbox1.value = format(amount,'"$") "sam" wrote: Hi All, I have a userform in excel that accepts amount values.. My Question is: Is there a way I can display a '$' Sign in text box accepting amount values? Thanks in Advance |
display $ in a userform textbox
Sould of been
amount = 10.23 texbox1.value = Format(amount, "$#.00") "sam" wrote: Hi All, I have a userform in excel that accepts amount values.. My Question is: Is there a way I can display a '$' Sign in text box accepting amount values? Thanks in Advance |
All times are GMT +1. The time now is 08:03 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com