Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default How do I get the total to show up in dollars?

How do I get the total to show up in dollars?

Dim total As Currency
total = Cells(1, 1) + Cells(2, 1)
MsgBox total



--
Regards,
David


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default How do I get the total to show up in dollars?

How do I get the total to show up in dollars?

MsgBox Format(total, "$#,##0.00")

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default How do I get the total to show up in dollars?



Msgbox Format$(Total,"Currency")


On Sun, 8 Aug 2004 09:54:08 +1000, "fitful_thought" wrote:

How do I get the total to show up in dollars?

Dim total As Currency
total = Cells(1, 1) + Cells(2, 1)
MsgBox total


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default How do I get the total to show up in dollars?

Thank you for your help. Big lapse of memory here.

"mark" wrote in message
...
How do I get the total to show up in dollars?


MsgBox Format(total, "$#,##0.00")



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default How do I get the total to show up in dollars?

Thank you for your help. Big lapse of memory here.


"Myrna Larson" wrote in message
...


Msgbox Format$(Total,"Currency")


On Sun, 8 Aug 2004 09:54:08 +1000, "fitful_thought"

wrote:

How do I get the total to show up in dollars?

Dim total As Currency
total = Cells(1, 1) + Cells(2, 1)
MsgBox total




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
Live Currency Conversion US Dollars to Australian Dollars Louise01 Excel Discussion (Misc queries) 1 August 12th 09 11:45 PM
multiply hours/minutes times dollars for total dollar amount Anakin0303 Excel Discussion (Misc queries) 1 December 12th 05 06:43 PM
Show Dollars in Millions morrowjr Excel Worksheet Functions 6 July 15th 05 04:43 PM
Adding total dollars based on specific data from another column Espo Excel Discussion (Misc queries) 1 June 13th 05 07:52 PM
converting #dollars into word dollars? hotrodenford Excel Worksheet Functions 2 January 7th 05 06:29 AM


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