I have a macro that formats numbers with the negative sign on its right and moves it to the left.
The macro works fine, but now I need the number to look like this: -750.56
Currently the macro is putting the number in brackets like this: (750.56)
How could I change the code below so that the number looks like this: -750.56
.NumberFormat = "#,##0.00_);[Red](#,##0.00)"
Thanks
The macro works fine, but now I need the number to look like this: -750.56
Currently the macro is putting the number in brackets like this: (750.56)
How could I change the code below so that the number looks like this: -750.56
.NumberFormat = "#,##0.00_);[Red](#,##0.00)"
Thanks