So if I have a cell that contains abc and I copy the entire cell into say SQL server it always includes another line ie:
'abc
'
Instead of
'abc'
If I double click in the cell and highlight the data it will appear correctly. All this time I have just been putting up with this annoyance but surely there has got to be a way I can click just the cell, and copy the entire cell without the line break??? I have googled too much over this and could not find anything other than how to add/remove page breaks which does not help.
I should add that the '' marks are already in SQL so when I paste a cell between the '' it puts the last ' on the new line