+ Reply to Thread
Results 1 to 4 of 4

how to copy cell contents ( comments) into new cell

  1. #1
    Registered User
    Join Date
    12-27-2008
    Location
    India
    Posts
    2

    how to copy cell contents ( comments) into new cell

    I have lot of data with comments attached to it
    I want to sort ot the same in new sheet for which i need to copy cell contents with comments using formula or macro. w/o using normal copy paste option. could some one help me on this.

    206598

  2. #2
    Valued Forum Contributor Rahul Nagar's Avatar
    Join Date
    09-18-2008
    Location
    nasik
    MS-Off Ver
    Excel 2003
    Posts
    465
    Hello,

    I guess

    Select your entire column and copy it. Select the cell in the first row of any other column and go to Edit>PasteSpecial-Comments.
    __________________
    Regards
    Rahul Nagar
    Founder of www.myshortcutkeys.com.


    If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
    Also
    If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.

  3. #3
    Registered User
    Join Date
    12-27-2008
    Location
    India
    Posts
    2
    Rahul , what i need is to do without this option.
    let me give you example. I want to copy all contents ( comments) from cell A2 to cell B2 w/o using copy paste option how will you do.


    Quote Originally Posted by Rahul Nagar View Post
    Hello,

    I guess

    Select your entire column and copy it. Select the cell in the first row of any other column and go to Edit>PasteSpecial-Comments.

  4. #4
    Registered User
    Join Date
    12-15-2008
    Location
    chennai
    MS-Off Ver
    2007
    Posts
    7
    Hi,
    You can use the following code and run a macro to copy the contents of the with comments.

    Range("A1:A10").Select
    Selection.Copy
    Range("F18").Select
    ActiveSheet.Paste

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1