Mike Madland
Member
In version 7.1.2.1362 when I highlight a grid in the SQL Window, choose "Copy with Header" and cut/paste into Excel 2007 the header and the first line of data show up on first line of the Excel sheet. For example:
looks like this in Excel:
I went back to 7.1.1.1339 and it works fine.
Thanks
Code:
col1 col2 col3
data1a data2a data3a
data1b data2b data3b
Code:
col1 col2 col3 data1a data2a data3a
data1b data2b data3b
Thanks