Set the cell's numberformat.
Something like:
lole_result.application.workbooks(1).worksheets(1).Columns("C").NumberFormat = "#,##0.00;-#,##0.00"
for the third column (C).
Range.NumberFormat Property (Excel)
Custom Number Formats, Date & Time Formats in Excel & VBA; NumberFormat property
hth
Arnd