Hi
I have two questions
I want to set up this process for auditing purposes.
I have a workbook 'Tracker' which contains a sheet called ' Tracker work' is linked to a data source and is refreshed each time it opens.
What I would like to do is to take a copy of that sheet and paste values it into another closed workbook (Tracker audit). I would like each sheet in that workbook to saved with the name and time it was pasted there.
When each sheet is saved I don't want it to overwrite what has been pasted there previously. If possible I would like the 'Tracker audit' workbook to to just retain the last 10 pasted sheets.
Is it possible to do this in VBA?
The second problem is similar but this time I only want to focus on a a row of cells. Again each time the Tracker workbook is closed I want to take a copy of that row and paste it into another area of the workbook, retaining the last 10 pastings.
Your help is much appreciated.
I have two questions
I want to set up this process for auditing purposes.
I have a workbook 'Tracker' which contains a sheet called ' Tracker work' is linked to a data source and is refreshed each time it opens.
What I would like to do is to take a copy of that sheet and paste values it into another closed workbook (Tracker audit). I would like each sheet in that workbook to saved with the name and time it was pasted there.
When each sheet is saved I don't want it to overwrite what has been pasted there previously. If possible I would like the 'Tracker audit' workbook to to just retain the last 10 pasted sheets.
Is it possible to do this in VBA?
The second problem is similar but this time I only want to focus on a a row of cells. Again each time the Tracker workbook is closed I want to take a copy of that row and paste it into another area of the workbook, retaining the last 10 pastings.
Your help is much appreciated.