View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Paula[_4_] Paula[_4_] is offline
external usenet poster
 
Posts: 5
Default 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??