Hi there, experts!
I currently have a document that keeps track of all my projects - a project entered per row. Each project as one of the following statues (Column A): "Proposal", "Project", "Lost", "Closed"; I also have a sheet for each statues previously mentioned (total of 4 sheets). Since projects start from "Proposal", that's where we initially enter all the project information. However, as statues change, I would like the entire row to be copied and pasted to the appropriate sheet (based on its status change), then the row deleted from the "Proposal" sheet.
Below is the VBA I have for the "Proposal" sheet to move rows to the "Project" sheet when the status (Column A) changes to "Project":
I'm having trouble setting up this action for other statues. Can anyone help me out, please?
Once a row is moved to its appropriate sheet, it can also move to OTHER sheets from that point (Example. from "Project" to "Complete" - that being said, can I use the same VBA code for all the sheets?
Thanks,
Maggie
Bookmarks