Right Now I have four work sheets set up, "Main" "Contract" "Sales" and "Rentals"
In all 4 worksheets Row 1 is the same 5 first columns
"Job" "Status" "City" "State" "Contractor"
I'm having trouble coding something that will always run (I don't want to have to run the macro, just want it to be automatic when the "Status" column is changed.)
What I'm trying to get to happen is when the "Status" column is changed in "Main" then it will copy and paste that row to one of the other 3 worksheets based on the string entered in Main.
If the string in "Status" was C, I want it to copy to Contract
S to Sales
R to Rentals
Essentially I have a lot of jobs to look at and I want them all in main,
but as a type of sorting, I want to look at all the Contract, Sales, and Rentals in separate sheets. I don't want to do this manually because people are always updating this worksheet and I just want the worksheet to do it on a continual basis for them. This way we can track where are our work is going at the time.
I'm just having trouble coding this, any help would be greatly appreciated!
FuN7(y
In all 4 worksheets Row 1 is the same 5 first columns
"Job" "Status" "City" "State" "Contractor"
I'm having trouble coding something that will always run (I don't want to have to run the macro, just want it to be automatic when the "Status" column is changed.)
What I'm trying to get to happen is when the "Status" column is changed in "Main" then it will copy and paste that row to one of the other 3 worksheets based on the string entered in Main.
If the string in "Status" was C, I want it to copy to Contract
S to Sales
R to Rentals
Essentially I have a lot of jobs to look at and I want them all in main,
but as a type of sorting, I want to look at all the Contract, Sales, and Rentals in separate sheets. I don't want to do this manually because people are always updating this worksheet and I just want the worksheet to do it on a continual basis for them. This way we can track where are our work is going at the time.
I'm just having trouble coding this, any help would be greatly appreciated!
FuN7(y