+ Reply to Thread
Results 1 to 2 of 2

Copy TABLE1 ROW from one sheet to TABLE2 LAST ROW in another sheet

  1. #1
    Registered User
    Join Date
    10-19-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Post Copy TABLE1 ROW from one sheet to TABLE2 LAST ROW in another sheet

    Hello Guys, I am new to excel and vba. Doing google since last 15 days to get solution on below issue.

    I have 2 sheets. 1. Ongoing and 2. Closed.

    Ongoing sheet - Contains Excel TABLE1 having certain columns. one of them is "Status". I have created drop down list with 3 options, open, closed and on hold.
    Closed sheet - Contains exactly similar TABLE2 with no data.

    I am trying to get create a Worksheet Change event which would,
    1. Copy the row from TABLE1 to last row in TABLE2 only when "Status" column in TABLE1 is changed to "Closed".
    2. Delete the copied row from TABLE1
    3. Shift/Move the rest of the rows above in TABLE1

    I tried using below code but getting an error, "Method or Data Member not found" for ListObject("tbl_Closed"). I want to avoid use of cell references and trying to make fully dynamic by using table references. For reference attching the sheet.

    Please Login or Register  to view this content.
    Last edited by Fotis1991; 06-01-2014 at 01:08 PM. Reason: Pls readforum rules and use code tags around your codes

  2. #2
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 2013
    Posts
    7,815

    Re: Copy TABLE1 ROW from one sheet to TABLE2 LAST ROW in another sheet

    Could you post a copy of your file?
    You can say "THANK YOU" for help received by clicking the Star symbol at the bottom left of the helper's post.
    Practice makes perfect. I'm very far from perfect so I'm still practising.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 05-07-2014, 03:32 AM
  2. Lookup Value from Sheet 4 in Sheet 2, if found copy Sheet 2 Active Row to Sheet 5
    By lgosso23 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-11-2013, 02:51 PM
  3. [SOLVED] Copy and paste data from sheet 2 to sheet 1 based on specific criteria on sheet 1
    By VBADUD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2012, 04:18 AM
  4. Replies: 11
    Last Post: 10-14-2012, 01:03 PM
  5. How to copy Table2 columns in to Table1 ?
    By bsaimsc in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 10-04-2012, 07:13 AM

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