+ Reply to Thread
Results 1 to 6 of 6

Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementally

  1. #1
    Registered User
    Join Date
    04-15-2015
    Location
    Lugano
    MS-Off Ver
    Office 2010
    Posts
    3

    Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementally

    Hello,

    I'm new in this forum, I've the following question:

    I want to create a program in able to cut the row when the value "Closed" is selectioned, this row will be paste in Sheet2 incrementally.

    Can you help me with some VBA code?

    Thank you!

    Kindly

    Degiol

    PS: Attached the file
    Last edited by degiol03; 04-16-2015 at 02:50 AM.

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

    Re: Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementa

    Hi Degiol. There is no data in the "To DO List" sheet.
    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.

  3. #3
    Registered User
    Join Date
    04-15-2015
    Location
    Lugano
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementa

    Yes you are right I've loaded the wrong file sorry, the correct file is this one attached.
    Attached Files Attached Files

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

    Re: Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementa

    Hi Degiol. There are a couple of ways to accomplish what you want. The solution I have suggested uses a Worksheet_Change macro which is located in the worksheet code module. The macro is activated when you select "Closed" in column F of your "Open AP's" sheet. When you select "Closed" the row is copied to the "Closed Projects 2015" sheet and then deleted from the source sheet. In each row in the "Open AP's" sheet, column F must be the last cell completed. So fill in your data in columns A to E and column G and then make your selection in column F. Click here to download your file and let me know if this works for you. I've just entered some generic data for testing.

  5. #5
    Registered User
    Join Date
    04-15-2015
    Location
    Lugano
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementa

    Thank you very much! It's works fine!!! Very quick reply! Thank you!

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

    Re: Cut row in Sheet1 when a Cells Value change to "Closed" and paste in Sheet2 incrementa

    My pleasure. Ciao.

+ 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. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  2. Auomatically populating "Sheet2" when "Sheet1" is full
    By longbow007 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-15-2013, 11:50 AM
  3. Copy column from sheet2 if specific cell in sheet1 is "QLD"
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-09-2012, 04:57 PM
  4. Copying an unknown number of cells in Sheet1 to Sheet2 starting from "F2"
    By blurtoad in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-26-2007, 07:27 AM
  5. Replies: 3
    Last Post: 11-17-2005, 04:10 AM

Tags for this Thread

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