Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Making numbers display as currency in lables

Hi everyone
I want to be able to display numbers on labels as currency. Is this
possible? Even displaying calculated results on a label with two decimal
places would be great.

Thanks and best wishes for the new year to every one

Dave

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Making numbers display as currency in lables


Label1.Caption = Format(myNum, "£#,##0.00")

change the format to suit.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"David S" wrote in message
...
Hi everyone
I want to be able to display numbers on labels as currency. Is this
possible? Even displaying calculated results on a label with two decimal
places would be great.

Thanks and best wishes for the new year to every one

Dave



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Making numbers display as currency in lables

vVal = Range("A1").Value /326.4

label1.Caption = Format(vVal,"$ #,##0.00")

--
Regards,
Tom Ogilvy

David S wrote in message
...
Hi everyone
I want to be able to display numbers on labels as currency. Is this
possible? Even displaying calculated results on a label with two decimal
places would be great.

Thanks and best wishes for the new year to every one

Dave



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
How can I display a loss or gain (currency) brewster56 Excel Worksheet Functions 5 November 26th 08 07:41 PM
Excel Error messages when making lables Befuddled Excel Discussion (Misc queries) 1 December 15th 06 01:00 AM
Failure to display currency format SWAN_943 Excel Discussion (Misc queries) 2 October 2nd 05 03:00 PM
Data labels: Making the value currency & use % in a chart? AKO Charts and Charting in Excel 1 August 2nd 05 09:47 PM
Formatting a text box to display as currency Ed P Excel Worksheet Functions 1 April 12th 05 01:34 AM


All times are GMT +1. The time now is 06:48 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"