I have a table in my word-document with formatted, multi-paragraph/line text (including numbered lists and bullet list). I would like to copy this text in a single cell using a VBA-macro. When I paste the word-cell into an Excel cell, a paragraph of the source is pasted into another row. When I paste it directly into the cell (click into the formula field and paste the content of the clipboard), I loose the formatting. Since an Excel cell does not support HTML-tags, lists etc., it would be alright, if formatted text is converted into plain, replacing the numbered lists into real numbers.
So Question: How can I paste the formatted text as normal structured text into a single cell?