+ Reply to Thread
Results 1 to 4 of 4

Copying data in the last line of one list to the bottom of another list

  1. #1
    Registered User
    Join Date
    05-20-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Red face Copying data in the last line of one list to the bottom of another list

    I have written this macro, which I'm afraid doesn't work. Could you please tell me what is wrong with my code? Many thanks.

    Please Login or Register  to view this content.
    bluehaven
    Last edited by arlu1201; 05-20-2013 at 02:09 PM. Reason: Use code tags in future.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Copying data in the last line of one list to the bottom of another list

    Maybe you can explain what you are trying to do through the code.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    05-20-2013
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Copying data in the last line of one list to the bottom of another list

    Dear Arlu,
    If we have the following 2 lists, I would like the code to find the bottom item (e) in list 1 and copy it to the cell immediately below the bottom item (4) in list 2:
    a 1
    b 2
    c 3
    d 4
    e
    Many thanks.
    bluehaven

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Copying data in the last line of one list to the bottom of another list

    So your output will be
    a 1
    b 2
    c 3
    d 4
    e e ?

+ 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