I am inserting text into a Memo field in a Excel cell via a insert statement using OleDb command object.
When I try to insert a carriage return, char 10, what is displayed is a black square (MS Sans Serif). When I look at the top edit cell (don't know the offical name) the text is formatted correctly with carriage returns.
I am trying to duplicate what happens when a user presses Alt-Enter in a cell.
I have tried \n \r \r\n char.ConvertFromUtf32(10).
Nothing seems to change the text of the cell.