Results 1 to 10 of 10

Run-time error 1004 paste method of worksheet class failed

Threaded View

  1. #1
    Registered User
    Join Date
    05-01-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    21

    Run-time error 1004 paste method of worksheet class failed

    I'm trying to run a macro but I'm getting the following error message:

    Run-time error 1004 paste method of worksheet class failed

    When I click debug on the error message window ActiveSheet.Paste is highlighted yellow. Can someone tell me what I may be doing wrong?

    Selection.NumberFormat = "#,##0.00_);[Red](#,##0.00)"
        Range("H1").Select
        ActiveSheet.Paste
        Columns("I:I").EntireColumn.AutoFit
        Columns("J:J").EntireColumn.AutoFit
    Attached Images Attached Images
    Last edited by arlu1201; 05-07-2013 at 12:41 PM. Reason: Changed HTML tags to code tags.

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