Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting numbers | Excel Worksheet Functions | |||
Formatting numbers | Excel Discussion (Misc queries) | |||
Formatting numbers | Excel Discussion (Misc queries) | |||
Formatting numbers | Excel Discussion (Misc queries) | |||
Formatting numbers | Charts and Charting in Excel |