

Modify to what best suits your needs, e.g. post-processes the cells, replacing the token by newlines – might be improved….pastes a transformed version using a self-defined token.(current implementation) – see note with link! TransformingPaste3(): pastes in single cell on my machine, with a newline, but loses the formatting etc. To remove blank lines or enter function and keep the list of words together in word, just copy the list and paste in excel sheet.pastes a transformed version using vbCrLf.TransformingPaste2(): pastes in single cell on my machine, keeping the formatting etc., but results in a space rather than a newline because you're still pasting HTML If the pdf was created by saving the original in pdf format, it may just be a matter of using the replace facility to replace line breaks l and paragraphs p with a space.

