![]() |
Textbox with currency format
Hi
I can't get my textbox to show me formatted numbers ( 1,000,000.75) How can I do that? Thanks Christian |
Textbox with currency format
Private Sub StartValue_Change()
'format data StartValue = Format(StartValue, "$###,##0") End Sub "C. Thies" wrote in message ... Hi I can't get my textbox to show me formatted numbers ( 1,000,000.75) How can I do that? Thanks Christian |
Textbox with currency format
Thanks David! Works nice!
"David Adamson" escribió en el mensaje ... Private Sub StartValue_Change() 'format data StartValue = Format(StartValue, "$###,##0") End Sub "C. Thies" wrote in message ... Hi I can't get my textbox to show me formatted numbers ( 1,000,000.75) How can I do that? Thanks Christian |
All times are GMT +1. The time now is 02:57 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com