irelanduser22
New Member
- Joined
- Mar 10, 2021
- Messages
- 3
- Office Version
- 2016
- Platform
- Windows
Good morning,
I'm new to VBA and have experimented with a couple of codes but not quite got to what I want to achieve.
I have a progress tracker worksheet "Tracker" where multiple users will update on their respective tasks. Once complete, they will add the date of the progress update in Column T. Each time the date in Column T is amended, I want a copy of the data in that row only to be sent to a separate "Archive" sheet.
I've experimented with a Private Sub Worksheet_Change(ByVal Target As Range) code similar to the below with some success, but only by including a "Yes/No" update complete field in Column U. In addition, this code copies all rows each time any row is updated, rather than just the updated row.
Any help welcome,
Thanks.
I'm new to VBA and have experimented with a couple of codes but not quite got to what I want to achieve.
I have a progress tracker worksheet "Tracker" where multiple users will update on their respective tasks. Once complete, they will add the date of the progress update in Column T. Each time the date in Column T is amended, I want a copy of the data in that row only to be sent to a separate "Archive" sheet.
I've experimented with a Private Sub Worksheet_Change(ByVal Target As Range) code similar to the below with some success, but only by including a "Yes/No" update complete field in Column U. In addition, this code copies all rows each time any row is updated, rather than just the updated row.
Any help welcome,
Thanks.