'How to change cell style to Currency

enter image description here

enter image description here

I want to change the number format of the Amounts column to Currency WITHOUT using .NumberFormat = "#,##0.00" as I still want the user to be able to key in a Currency Symbol (e.g. $ or USD)

I also tried using .Style = "Currency" but it gives me the Accounting style instead



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source