I am creating a lead workbook that can flow to other worksheets in the workbook when the status of the lead changes.
I have a dropdown box currently that shows from each worksheet what the status can change to. I have copied and pasted some VBA modules data I found online and it works for one status change but it will not move to appropriate sheet based on different status options.
Column F is a status dropdown which change at each worksheet. Here is the path they can go from each page. They all start at leads. I would like for them to move the entire line automatically when that status changes. Can you help me with the VBA coding?
Lead --> Completed App
Lead --> Lost Lead
Completed App-->Not Qualified
Completed App --> Pre-Qualified
Completed App --> Lost Lead
Pre-Qualified --> Under Contract
Pre-Qualified --> Lost Lead
Under Contract --> Closed
Under Contract --> Lost Lead
I have a dropdown box currently that shows from each worksheet what the status can change to. I have copied and pasted some VBA modules data I found online and it works for one status change but it will not move to appropriate sheet based on different status options.
Column F is a status dropdown which change at each worksheet. Here is the path they can go from each page. They all start at leads. I would like for them to move the entire line automatically when that status changes. Can you help me with the VBA coding?
Lead --> Completed App
Lead --> Lost Lead
Completed App-->Not Qualified
Completed App --> Pre-Qualified
Completed App --> Lost Lead
Pre-Qualified --> Under Contract
Pre-Qualified --> Lost Lead
Under Contract --> Closed
Under Contract --> Lost Lead