Thanks for the reply.
Yes I did modify the copy definition.
As follows:
theSQL = " " & vbNewLine
theSQL = theSQL & " " & vbNewLine
theSQL = theSQL & " "
But since sending my question i found that removing one/both spaces inside the " " fixes the problem.
i.e.
theSQL = "" &...
I write Oracle queries in ASP pages. I use PL/SQL Developer to develop and test SQL queries before 'Special Copy VB' and paste into an ASP page. I've found that on pasting each single space is doubled. Generally this is just a minor nuisance where each single space between words becomes two...