+ Reply to Thread
Results 1 to 3 of 3

Copying and pasting worksheets into new worksheet as values

  1. #1
    Registered User
    Join Date
    03-09-2012
    Location
    Cape Town, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    61

    Copying and pasting worksheets into new worksheet as values

    Hi everyone,

    I'm trying to copy several sheets from one workbook to another, which I've managed to do, but unfortunately it is paste formulas, not values.
    Here is the code I'm using:
    Please Login or Register  to view this content.
    Any help would be appreciated!

    Thanks

    Mike

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Copying and pasting worksheets into new worksheet as values

    In the above code, you are making a copy of the sheets, hence its directly copying the data as is.

    You might need to change the code to copy the contents individually into the destination file. By doing that, you will be able to paste special values.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    03-09-2012
    Location
    Cape Town, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    61

    Re: Copying and pasting worksheets into new worksheet as values

    Ok great, thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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