I'm hoping this is an easy one.
I'm using Range.NumberFormat = "$#,##0.00" to format a cell as US currency. But when our users in Japan open the workbook, they see it in Yen ¥ instead. I'm assuming because windows knows they are regionalized to Japan.
Is there a way to force it to stay US so there isn't any confusion?
Thank you