Results 1 to 3 of 3

PasteSpecial method of Range class failed

Threaded View

  1. #1
    Forum Contributor NewYears1978's Avatar
    Join Date
    03-15-2010
    Location
    Forney, TX
    MS-Off Ver
    Excel 2016
    Posts
    962

    PasteSpecial method of Range class failed

    My macros have been running fine for the last week - suddenly without changing anything (that I am aware) the error started happening.

    I can't figure out what it means.

    Sub CombineStep4()
        Range(Range("A2"), Range("S2").End(xlDown)).Select
        Selection.Copy
        Sheets("Current").Select
        Range("A2").PasteSpecial xlPasteValues
    End Sub
    Run-time error '1004'
    The error is "PasteSpecial method of Range class failed

    Actually - I just tried to manually copy and it's just pasting blanks...ughhhhh.
    Last edited by NewYears1978; 04-25-2017 at 09:53 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] pastespecial method of range class failed
    By Rekragisao in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2017, 08:24 AM
  2. PasteSpecial method of Range class failed
    By jjosey in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-05-2015, 07:44 AM
  3. PasteSpecial method of Range class failed
    By davidx in forum Excel General
    Replies: 5
    Last Post: 04-09-2015, 09:01 AM
  4. [SOLVED] PasteSpecial method of Range Class failed!
    By tharindudk in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-03-2014, 01:40 AM
  5. [SOLVED] PasteSpecial Method of Range Class Failed
    By mrbickelsworth in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-05-2013, 06:40 PM
  6. PasteSpecial method of Range class failed
    By siddharth.sinha in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-11-2010, 01:07 PM
  7. PasteSpecial method of Range class failed
    By reborges in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2007, 02:27 PM

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