+ Reply to Thread
Results 1 to 5 of 5

Copy Paste between sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    10-19-2008
    Location
    UK
    Posts
    63

    Re: Copy Paste between sheets

    Done!

    Please see edited thread.

    Nicola

  2. #2
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: Copy Paste between sheets

    Thanks for doing that.

    Does this work for you?

    Keyboard Shortcut: Ctrl j
    '
    
        Sheets("Sheet2").Range("A7:D37").Copy Destination:=Sheets("Sheet1").Range("A12")
        Application.Run "BLPLinkReset"
    
    End Sub
    I'm not sure what BLPLinkReset does, so it may need to be reworked a bit, but test it first and let me know.
    Is your code running too slowly?
    Does your workbook or database have a bunch of duplicate pieces of data?
    Have a look at this article to learn the best ways to set up your projects.
    It will save both time and effort in the long run!


    Dave

+ 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