Hello all,
I have a spreadsheet with actions/tasks on (basically, column A - Task, B - Priority, C - Status, D - Deadline, E - Due in (Days)) I'm looking for help with a macro that will search column C for the word "Complete", then copy that row to a new sheet which will show completed actions, so the actions list will only have outstanding actions on it. I have set up a UserForm to add tasks, so column C has 3 options (Not started, In Progress, Complete), and the idea is when you change the dropdown box and mark the action as Complete, the row is cut and moved to a separate sheet with completed actions on, and the other cells are shifted up. Any help with this would be greatly appreciated.
Thanks in advance
I have a spreadsheet with actions/tasks on (basically, column A - Task, B - Priority, C - Status, D - Deadline, E - Due in (Days)) I'm looking for help with a macro that will search column C for the word "Complete", then copy that row to a new sheet which will show completed actions, so the actions list will only have outstanding actions on it. I have set up a UserForm to add tasks, so column C has 3 options (Not started, In Progress, Complete), and the idea is when you change the dropdown box and mark the action as Complete, the row is cut and moved to a separate sheet with completed actions on, and the other cells are shifted up. Any help with this would be greatly appreciated.
Thanks in advance