fachagooch
New member
- Joined
- Jan 2, 2013
- Messages
- 1
- Programming Experience
- 1-3
I am having a problem when place a number format on the cells it is placing the Decimal point when there is nothing past the whole number example 23 looks like 23. when it is formatted to the sheet, any ideas as to how i can fix this?
Thanks
[XCODE]
xlWorkSheet.Columns("H:H").NumberFormat = "0.##"
[/XCODE]
Thanks
[XCODE]
xlWorkSheet.Columns("H:H").NumberFormat = "0.##"
[/XCODE]