+ Reply to Thread
Results 1 to 8 of 8

Move rows to different worksheet that meet certain criteria

  1. #1
    Registered User
    Join Date
    09-25-2007
    Posts
    6

    Move rows to different worksheet that meet certain criteria

    I have a master task list and once I mark the status cell as "complete" I would like it to move to the archive worksheet.


    Thanks
    Patrick

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Please post some more info

    e.g.
    Source Sheet Name
    Dest Sheet Name
    Column of complete

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    09-25-2007
    Posts
    6
    No problem. Primary worksheet is "Projects Status", Archive worksheet is "Archive". Status column is in column N. Status can only be a few choices:

    Open
    Critical
    Complete

    If the status is "open" then nothing should happen. If "critical" then it will maybe get highlighted or something like that. If "complete" then move to worksheet "Archive".

    Thanks a lot.

  4. #4
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Using code from this site I done this example.

    http://www.rondebruin.nl/copy5.htm#Add

    HTH

    VBA Noob
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-25-2007
    Posts
    6
    Thank you very much it works great. Searching this great forum I found this bit of code as well. How does this compare to how you did it?

    Thanks
    Patrick



    Please Login or Register  to view this content.

  6. #6
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Looks shorter

    However with Ron's it's easy to edit as he has good description on what each line does

    VBA Noob

  7. #7
    Registered User
    Join Date
    01-24-2013
    Location
    West Columbia, Tx
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Move rows to different worksheet that meet certain criteria

    This workded for me also, thank you

  8. #8
    Registered User
    Join Date
    01-24-2013
    Location
    West Columbia, Tx
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Move rows to different worksheet that meet certain criteria

    I found the answer

+ 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