USFengBULLS
Board Regular
- Joined
- May 7, 2018
- Messages
- 66
- Office Version
- 365
- Platform
- Windows
Hello all,
I am trying to have data in columns A,B & C of a single row be transferred to another sheet in same column A,B & C based on a drop down list in the row. So over in row I I have it labeled Status and the whole Column (Starting at I11:I500) is an in cell drop down list that has 3 options: Sent for approval, Approved and Rejected. If the User comes in and selects approved for that Row I want it to take the data in that same row in Column A, Column B and Column C and simply transfer it to another sheet (which is just a collection of all approved samples) in the same Columns A,B and C starting at Row A11, B11, and C11. I will also need this code to count up to find the next blank row for each time something's status is changed to approved. I think this has something to do with events at the worksheet level but I am not familiar with this as I normally write code for command buttons and similar objects. Can anyone please help me with is and also writing the code for the transfer as well? Thanks
I am trying to have data in columns A,B & C of a single row be transferred to another sheet in same column A,B & C based on a drop down list in the row. So over in row I I have it labeled Status and the whole Column (Starting at I11:I500) is an in cell drop down list that has 3 options: Sent for approval, Approved and Rejected. If the User comes in and selects approved for that Row I want it to take the data in that same row in Column A, Column B and Column C and simply transfer it to another sheet (which is just a collection of all approved samples) in the same Columns A,B and C starting at Row A11, B11, and C11. I will also need this code to count up to find the next blank row for each time something's status is changed to approved. I think this has something to do with events at the worksheet level but I am not familiar with this as I normally write code for command buttons and similar objects. Can anyone please help me with is and also writing the code for the transfer as well? Thanks