I've tried to do it in this really simply way. It works, new text is added to original text, but formatting(bold, etc.) of the original text is lost!
ActiveSheet.Cells(ActiveCell.Row, 13).Value = ActiveSheet.Cells(ActiveCell.Row, 13) & vbCrLf & Date
Is there any simple solution how to keep the formatting?