Hi I am trying to format a cell using below code and I am expecting to set the currency symbol of that cell as '₹' Where i am getting INR values.
But when I add below VBA code, it remove the '₹' with a '?'
Selection.NumberFormat = "[$₹-hi-IN]#,##0.00"
VBA not able to recognise this symbol, Is it possible get this code working....
Thanks in Advance
Selection.NumberFormat = "[$" + ChrW(&H20B9) + "-hi-IN]#,##0.00"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With