View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Comma in number in msgbox

MsgBox Application.Dollar(12345)


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Mike H." wrote in message
...
How would I format the the display of a msgbox to get this result:

You have $2,145.50 worth of inventory!

The value 2145.5 is in the activecell, for example or in a variable, Amt.