Afternoon all,
Huge thanks in advance for anyone who helps. My VBA knowledge is basic to none so please don't feel like you're patronising me by spoon feeding how I need to do this.
I need to copy all rows that contain todays date in column V and paste them into another worksheet without overwriting the data in there (so to the next blank row).
Sheet one ("Plinga Assets") contains the data and Sheet 2 ("Audit") is the destination sheet for where the rows will be stored. It would be useful for this to be done by clicking a button.
The date in column V automatically updates to todays date when changes are made to cells in that row. The idea is that the user will then click the button and it will store the changes made.
The key thing is that the information on Plinga Assets is only copied and the information on Audit appends to the bottom of the sheet.
Thanks,
Steve
Huge thanks in advance for anyone who helps. My VBA knowledge is basic to none so please don't feel like you're patronising me by spoon feeding how I need to do this.
I need to copy all rows that contain todays date in column V and paste them into another worksheet without overwriting the data in there (so to the next blank row).
Sheet one ("Plinga Assets") contains the data and Sheet 2 ("Audit") is the destination sheet for where the rows will be stored. It would be useful for this to be done by clicking a button.
The date in column V automatically updates to todays date when changes are made to cells in that row. The idea is that the user will then click the button and it will store the changes made.
The key thing is that the information on Plinga Assets is only copied and the information on Audit appends to the bottom of the sheet.
Thanks,
Steve