+ Reply to Thread
Results 1 to 2 of 2

VBA CODE to move rows from one sheet(1) to another sheet(2) based on data in cell

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile VBA CODE to move rows from one sheet(1) to another sheet(2) based on data in cell

    I'm very new to VBA Code.

    I have a file that has 2 worksheets, WorkingAssignments and CompletedAssignments, I need all rows in WorkingAssignments to be transferred, (if possible by Command Button) to the CompletedAssignment sheet once the word in Column L shows TRUE ('true' means assignment has been completed).

    Could I copy (any completed assignments) over to the CompletedAssignment sheet and under the occupied row(s) to the next vacant row (available).

    For example, 'assignment 1' was completed and transferred over, then 2 days later 'assignment 2 & 3' were completed... I would need '2 & 3' to transfer over and below 'assignment 1'.

    Hope this makes sense and thank you to everyone and anyone who can help me with this.
    Last edited by fozzieulo; 05-08-2013 at 04:46 PM.

  2. #2
    Registered User
    Join Date
    05-03-2013
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: VBA CODE to move rows from one sheet(1) to another sheet(2) based on data in cell

    Rows A through L will have information in them, for example, Name, Date assigned, Assigned by, due date, date completed, Assignment Name, Completed, etc.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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