+ Reply to Thread
Results 1 to 2 of 2

PasteSpecial method of Range class Fail from one workbook to another

  1. #1
    Registered User
    Join Date
    05-18-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    59

    PasteSpecial method of Range class Fail from one workbook to another

    Hi all,

    I keep getting the PasteSpecial method of Range class Fail problem ..no matter what I try

    I am copying a range of cells from one workbook to another .. but upon paste it shows error.

    Even though the code below says Paste:=12 .. I have tried with everything including Paste:=xlValues, xlvalues etc same message occurs

    For some reason .Range("S1").PasteSpecial (xlPasteAll) works

    Please Login or Register  to view this content.
    Last edited by jasondu; 06-20-2012 at 02:24 PM.

  2. #2
    Valued Forum Contributor StevenM's Avatar
    Join Date
    03-23-2008
    Location
    New Lenox, IL USA
    MS-Off Ver
    2007
    Posts
    910

    Re: PasteSpecial method of Range class Fail from one workbook to another

    Paste (following PasteSpecial) can equal one of the following values:

    xlPasteValues
    xlPasteComments
    xlPasteFormulas
    xlPasteFormats
    xlPasteAll
    xlPasteAllExceptBorders

+ 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