Erin has attended:
Excel VBA Intro Intermediate course
Currency Formatting
When writing code, how do you specify figures in dollars (or other currencies) as opposed to the default of
RE: Currency Formatting
Hi Erin
Thank you for your question
To accomplish this you set the number format property of the selection .
I have added the line of code to a text file and uploaded it as the forum converts the currency symbol(for Yen) into its asciii code
The trick is to enter thedollar symbol, followed by the Yen symbol.
Regards
Stephen