I believe you have to declare it as variable number in stead - so it will be
I you wan't to put in 1,000 separators, then you can do like this #,#,#.## for instance.VB Code:
mysht.columns(13).numberformat ="#.##"
Try experimenting using the format cells --> custom in your worksheet - it should give you a clue of what you can do...




Reply With Quote