ThrottleWorks
Excel Ninja
Hi,
I need to collate data from a worksheet.
On every day, if the macro is getting executed for the first time, then macro should create a new file, paste data from input sheet in sheet1 of new file, save it and close it.
From 2nd instance onwards, macro should collate the data in new created file.
For example,
today, 1st instance count = 100
today, 2nd instance count = 100
today, 3rd instance count = 100
today, 4th instance count = 100
today, 5th instance count = 100
so the final count from collated file will be 500
How do I do this. Can anyone please help me in this.
I need to collate data from a worksheet.
On every day, if the macro is getting executed for the first time, then macro should create a new file, paste data from input sheet in sheet1 of new file, save it and close it.
From 2nd instance onwards, macro should collate the data in new created file.
For example,
today, 1st instance count = 100
today, 2nd instance count = 100
today, 3rd instance count = 100
today, 4th instance count = 100
today, 5th instance count = 100
so the final count from collated file will be 500
How do I do this. Can anyone please help me in this.
Last edited: