Solved the problem. The 'Square box" is the line feed character, so instead of using vbCrLf and then vbLf I used vbCrLf a second time, no box. It beats trying to write code to hunt down the boxes and replace them - I have seen that suggested elsewhere.
Dave