+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 Unable to .pastespecial, Error 'object required'

  1. #1
    Registered User
    Join Date
    07-29-2010
    Location
    Cleveland, Ohio, US
    MS-Off Ver
    Excel 2007
    Posts
    20

    Excel 2007 Unable to .pastespecial, Error 'object required'

    I am sorry for the cross-posting. I am new to this whole forum thing, and I am going to stick with this one for this problem.

    I am running a macro that copies data in a form into two different archives. If one cell in the form contains specific data, it copies all of the information to the second archive. When I run the macro, it brings up the error message

    Run-time error '424':
    Object required

    and highlights
    Please Login or Register  to view this content.
    Here is th entire code for the macro:

    Please Login or Register  to view this content.
    Last edited by CMSS; 08-09-2010 at 10:56 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    06-17-2009
    Location
    Chennai,India
    MS-Off Ver
    Excel 2003,excel 2007
    Posts
    678

    Re: Excel 2007 Unable to .pastespecial, Error 'object required'

    first guess
    there is a code
    With Sheets("DOM Award Tracking").Select
    change it to
    With Sheets("DOM Award Tracking")

  3. #3
    Registered User
    Join Date
    07-29-2010
    Location
    Cleveland, Ohio, US
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: Excel 2007 Unable to .pastespecial, Error 'object required'

    If I make that change then I get the error message:

    Run-time error '1004':
    Application-defined or object-defined error

+ 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