S SunDog Member² Aug 28, 2007 #1 SELECT 1 col FROM dual returns: COL --- 1 If I put the cursor in the "1" cell, right-click and select "Copy", then paste it, the header is copied but as a blank line: ===Start==== 1 ====End===== It should be: ===Start==== 1 ====End=====
SELECT 1 col FROM dual returns: COL --- 1 If I put the cursor in the "1" cell, right-click and select "Copy", then paste it, the header is copied but as a blank line: ===Start==== 1 ====End===== It should be: ===Start==== 1 ====End=====
J joerg_ids Member Aug 30, 2007 #1 but there is now a header (so also 2 rows), should'nt be it only the marked row itself as written in menu (Copy to Excel vs. Copy with header)?
but there is now a header (so also 2 rows), should'nt be it only the marked row itself as written in menu (Copy to Excel vs. Copy with header)?
Marco Kalter Administrator Staff member Aug 30, 2007 #1 The "Copy to Excel" and "Copy with Header" functions always include the header. The "Copy" function does not include the header.
The "Copy to Excel" and "Copy with Header" functions always include the header. The "Copy" function does not include the header.