View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
X.Yu X.Yu is offline
external usenet poster
 
Posts: 1
Default 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?