View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_3_] Jim Thomlinson[_3_] is offline
external usenet poster
 
Posts: 983
Default 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??