Thread
:
How do I get the total to show up in dollars?
View Single Post
#
1
Posted to microsoft.public.excel.programming
fitful_thought
external usenet poster
Posts: 20
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
Reply With Quote
fitful_thought
View Public Profile
Find all posts by fitful_thought