+ Reply to Thread
Results 1 to 2 of 2

Paste Special in VBA code

  1. #1
    Registered User
    Join Date
    03-25-2004
    Posts
    57

    Paste Special in VBA code

    Hi

    Can anyone tell me if in practice there is any difference between

    Range("A1").PasteSpecial Paste:=xlFormulas

    and

    Range("A1").PasteSpecial Paste:=xlPasteFormulas

    Thanks
    free

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,419

    Re: Paste Special in VBA code

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here


    No they both have the same value.
    In the immediate window enter the following, both return -4123

    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

+ 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