Chasedward
New Member
- Joined
- Dec 16, 2020
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Hi, I have a excel workbook, where the front sheet has every entry of all the worksheets where everyone enters their snagging lists to, and then each worksheet belongs to a project. At the moment we are manually entering to the first sheet and then copying to the relevant project. What I am trying to find is a VBA script which will copy the entries when added to the front sheet to the relevant worksheet for the project. Each Worksheet is named after the project. Column A of the first sheet is named after the project. All columns have to be copied over as they are entered on the front sheet. My problem is I can only find a vba script which will copy everything over which is overwriting what is already on the Project Worksheet, which has had dates etc., added to it and this is wiping out the dates. I need it to see if anything new has been added and only copy over those new values and nothing which is already there. Is this possible?