![]() |
formatting numbers
How can i format a number as picture "999,999,999.00" using a label in a
form? lblData1.caption = temp and where i put the fomratnumber?? |
formatting numbers
lblData1.Caption = Format(99999999, "#,##0.00")
HTH "Paula" wrote: How can i format a number as picture "999,999,999.00" using a label in a form? lblData1.caption = temp and where i put the fomratnumber?? |
formatting numbers
wow, was so easy!!!
thx "Jim Thomlinson" ha scritto nel messaggio ... lblData1.Caption = Format(99999999, "#,##0.00") HTH "Paula" wrote: How can i format a number as picture "999,999,999.00" using a label in a form? lblData1.caption = temp and where i put the fomratnumber?? |
All times are GMT +1. The time now is 12:17 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com