I am using reference to Excel 10.0 library.
code xlSheet.Range("A2").NumberFormat = "#,##0.00" does not change the formatting of the cell. I had expected it to change it to a custom format but it did not. 4 still displayed as 4, not 4.00. Actually what I am needing is to set to Number with 2 decimals.
Another one I am trying is to set the dell to date type.
Any help would be appreciated.
Brian
code xlSheet.Range("A2").NumberFormat = "#,##0.00" does not change the formatting of the cell. I had expected it to change it to a custom format but it did not. 4 still displayed as 4, not 4.00. Actually what I am needing is to set to Number with 2 decimals.
Another one I am trying is to set the dell to date type.
Any help would be appreciated.
Brian