Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Format number as currency in label control ?


Hi Guys,

Is it possible to format a number (say as currency) when it is displayed on
a label control. I can't figure which property to use.

I've read answers for text boxes but these solutions don't seem to apply to
a label.


Thanks in advance.
Marc
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Format number as currency in label control ?

You can give this a try...

Label1.Caption = Format(12345.67, "$#,##0.00")
--
HTH...

Jim Thomlinson


"Marc Gendron" wrote:


Hi Guys,

Is it possible to format a number (say as currency) when it is displayed on
a label control. I can't figure which property to use.

I've read answers for text boxes but these solutions don't seem to apply to
a label.


Thanks in advance.
Marc

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert number to Million Currency format Yossy Excel Worksheet Functions 9 April 3rd 23 01:14 PM
filter on currency number format FMS Excel Discussion (Misc queries) 4 April 3rd 09 02:54 PM
wrong number, no currency format dberger16 Excel Discussion (Misc queries) 1 November 16th 08 01:47 PM
Currency Format for label in UserForm Allen Geddes Excel Programming 3 November 18th 05 06:30 PM
why does currency format change to number format? Cassie Excel Discussion (Misc queries) 3 March 18th 05 06:57 PM


All times are GMT +1. The time now is 11:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"