+ Reply to Thread
Results 1 to 4 of 4

Runtime error 1004 when copying and pasting a filtered collumn excel 2010

  1. #1
    Registered User
    Join Date
    08-14-2012
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    2

    Runtime error 1004 when copying and pasting a filtered collumn excel 2010

    Hi i have a macro which worked in excel 2007 but since our company has changed to 2010 i doesnt seem to work anymore.
    I keep getting runtime error 1004 "That command cannot be used on multiple selections"

    This i get while running following macro part

    Please Login or Register  to view this content.
    I get the error on the "ActiveSheet.Paste"

    can someone please help me.

    Thanks

  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: Runtime error 1004 when copying and pasting a filtered collumn excel 2010

    You want only the filtered cells to be copied right?
    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
    08-14-2012
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Runtime error 1004 when copying and pasting a filtered collumn excel 2010

    Yes i do but it seems that doesnt work

    EDIT

    IT seems i found the easy solution thanks to your response it was just as simple as that just only selecting the range from B4 and not from B3 as B3 is filter header.

    thanks
    Last edited by Shedacq; 08-14-2012 at 06:05 AM.

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

    Re: Runtime error 1004 when copying and pasting a filtered collumn excel 2010

    Try this
    Please Login or Register  to view this content.

+ 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