Thread: Msgbox help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Msgbox help

I am trying to return a value to a msgbox, but instead of just the
actual value, I want the number to be formatted as fixed (i.e. using
"," as thousand seperator and only 2 decimal places).


MsgBox("The final valuation is " & Format(getNAP, "##,##0.00"))

HTH,
Merjet