+ Reply to Thread
Results 1 to 3 of 3

Pasting values to next empty row in new sheet

  1. #1
    Forum Contributor
    Join Date
    01-06-2012
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    165

    Pasting values to next empty row in new sheet

    I've got what I expect is a simple question, but I'm still getting to grips with learning VBA. What I want to do is copy cell values in Sheet1 (H3:H42) and paste (transpose) to the next empty row in Sheet 2 starting from column C.

    In its current form my macro will just find the next empty row and paste the values starting in column A, could anyone tell me what I would have to modify in order to paste the values starting from column C?

    Please Login or Register  to view this content.
    Last edited by BPSJACK; 03-05-2012 at 07:47 AM.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Pasting values to next empty row in new sheet

    Change the column number to 3. And you can shorten the code by removing unnecessary selects:
    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    01-06-2012
    Location
    London, England
    MS-Off Ver
    2013
    Posts
    165

    Re: Pasting values to next empty row in new sheet

    Thankyou for your help. Code is much cleaner now too! Only adjustment I had to make was to ensure it pasted values.

    Please Login or Register  to view this content.

+ 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