Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 38
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting a simple excel spreadsheet to ACT Steve Excel Discussion (Misc queries) 1 June 19th 06 09:40 PM
Exporting spreadsheet data kah Excel Discussion (Misc queries) 2 June 15th 06 11:14 PM
Exporting Comments TJAC Excel Discussion (Misc queries) 1 April 10th 06 08:49 PM
Exporting to CSV file with Chinese Characters in Spreadsheet Just Me Excel Discussion (Misc queries) 1 August 17th 05 11:37 AM
Exporting Excel Charts in Separate Tabs excelnewbie Excel Discussion (Misc queries) 0 April 20th 05 03:59 PM


All times are GMT +1. The time now is 08:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"