+ Reply to Thread
Results 1 to 2 of 2

Run-time Error '1004' Copy and Paste area aren't the same size

  1. #1
    Registered User
    Join Date
    01-25-2016
    Location
    Pennsylvania
    MS-Off Ver
    2013
    Posts
    5

    Exclamation Run-time Error '1004' Copy and Paste area aren't the same size

    I'm getting a Run-time Error '1004' Copy and Paste area aren't the same size. I'm not sure what I'm doing wrong though. The error is popping up on the "ActiveSheet.Paste" line. My code is below.

    Thanks!


    Worksheets("Levels").Select
    Columns("B:K").Select
    Selection.Copy
    Worksheets("Summary").Select
    Range("C4:L4", Range("C4:L4").End(xlDown)).Select
    ActiveSheet.Paste

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Run-time Error '1004' Copy and Paste area aren't the same size

    This isn't the cause of the error but you can't copy and paste entire columns unless you paste to row 1.

    What are you actually trying to copy and where do you want to paste it to?

    PS Can you add code tags when posting code?
    If posting code please use code tags, see here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Run-time error 1004 - Paste special
    By aratcliffe in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-15-2015, 04:52 AM
  2. When Activesheet.paste, Run-Time error '1004': Paste method of work sheet class failed.
    By devaraj2020 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-27-2015, 01:59 AM
  3. Replies: 3
    Last Post: 02-23-2015, 06:51 AM
  4. Run time error 1004 on picture copy and paste - excel 2010
    By talon10 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-15-2014, 08:14 PM
  5. Excel Macro Error - Run time error 1004 - Paste method of worksheet class failed
    By kvflynn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-15-2012, 10:51 AM
  6. RTE 104 Copy and Paste area not the same size
    By SueTysz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-01-2011, 08:06 PM
  7. Replies: 2
    Last Post: 01-20-2010, 02:47 AM

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