+ Reply to Thread
Results 1 to 7 of 7

Move a row to another sheet after status says completed

  1. #1
    Registered User
    Join Date
    11-08-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Move a row to another sheet after status says completed

    Hello,

    I am trying to move the row and its contents to the "Completed" sheet after the status shows as "Completed". I would also like the rows on the "Project" sheet to move up. I am using Microsoft Excel 2011 for Mac. Can you please take a look and let me know what I am doing wrong. Thank you
    Attached Files Attached Files

  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: Move a row to another sheet after status says completed

    Do you want the row to be moved as soon as the value is changed in that column or on the click of a button?
    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
    11-08-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Move a row to another sheet after status says completed

    Yes, I would like the row to move as soon as the value is changed. I am new to Excel Forum, and think I posted this in the wrong section. I opened a new thread in the Excel programing /VBA /Macros Forum

  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: Move a row to another sheet after status says completed

    I too care of your new thread,so dont worry.

    Try this code - Right click on the sheet, select view code and enter it in -
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    11-08-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Move a row to another sheet after status says completed

    Project worklist test.xlsmI was unable to get it to work. I entered the code saved it, went to test and it does not move. Also, will this code roll the existing projects up to fill the empty cells?

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

    Re: Move a row to another sheet after status says completed

    I changed the status of the 1st row from Completed to something else and back to Completed and then it worked. If you want to change the status of all the rows and then have them move, you can use a button. Once you click on it, the rows will move. For this you will need to change the code a little bit and i can help you if needed.

    Change this row
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.
    then, it will delete the row.

  7. #7
    Registered User
    Join Date
    11-08-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Move a row to another sheet after status says completed

    Must not have saved it properly the first time. It works great!
    Thank you for all of your help.
    RC

+ 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