+ Reply to Thread
Results 1 to 3 of 3

Copy and Paste last column onto another worksheet

  1. #1
    Registered User
    Join Date
    04-24-2012
    Location
    San Francisco, USA
    MS-Off Ver
    Excel 2007
    Posts
    60

    Copy and Paste last column onto another worksheet

    I have columns of data on 'Sheet2'. Using VBA, I want to be able to select the last column of data on 'Sheet2' and then copy and paste it into the 10th column on 'Sheet1'
    I should also point out that new columns of data will be added to 'Sheet2' all the time.
    I will be repeating this process once a week.

    How would I do that?

    Many thanks in advance
    Last edited by pablowilks; 02-28-2013 at 06:12 PM.

  2. #2
    Registered User
    Join Date
    02-28-2013
    Location
    peterborough
    MS-Off Ver
    excel 2010
    Posts
    13

    Re: Copy and Paste last column onto another worksheet

    i would say the easiest way is in cell J1 on sheet 1 use formula =sheet2!z1, then copy formula down the column ie j2 would be =sheet2!z2 everytime to update sheet 2 it automatically updates sheet 1

    hope that helps

    Nigel

  3. #3
    Registered User
    Join Date
    04-24-2012
    Location
    San Francisco, USA
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: Copy and Paste last column onto another worksheet

    thanks.
    however, i never pointed out that new columns of data will be added to 'Sheet2' all the time.
    Also, I will be repeating this process once a week.

    Think I need VBA

+ 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