I have set the style.number property to 14 (Date), it apprears that the last cell that gets written out is still in general format and the cell shos the date as a number, not in date format. I am Setting the stlye before the putvalue:
cell.Style.Number = 14
cell = xlCells(CellLetter & (CellNumber + rowCounter))
cell.PutValue(ROL.Item(CellData(1)))
Any help would be great