ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   exporting comments into a separate spreadsheet? (https://www.excelbanter.com/excel-discussion-misc-queries/189442-exporting-comments-into-separate-spreadsheet.html)

Joe

exporting comments into a separate spreadsheet?
 
I'd like to take all the comments from a single row, copy them and
paste them into another spreadsheet, is that possible?

Mike H

exporting comments into a separate spreadsheet?
 
Joe,

2 ways.

1. Select the row with comments in and copy it and then go to the new sheet
and
Edit|Paste special and select comments.

1. A Macro which is over the top given the simplicity of 1. Right click the
sheet tab, view code and paste this in

Sub mariner()
Sheets("Sheet1").Rows("1:1").Copy
Sheets("Sheet2").Rows("1:1").PasteSpecial Paste:=xlPasteComments
End Sub

Mike

"Joe" wrote:

I'd like to take all the comments from a single row, copy them and
paste them into another spreadsheet, is that possible?



All times are GMT +1. The time now is 08:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com