Can not change the numberformat
I try to change the cell number format in my "add in" module using following
statement:
ActiveCell.NumberFormat = "0.00%"
But it does not change the the format, the cell number format was still
"General".
Any suggestion?
|