In my team at work, we have 6 people and our team leader allocates work. He inputs the details in a worksheet named zMaster.xlsm with the following headings.
Item Qty Price Total Invoice Team Mbr Date Alloc
A1 22 $44.21 $972.62 AD14256 Raghu
A2 10 $210.44 $2104.40 AD14257 Ravi
A3 22 $10.00 $220.00 AD14258 Raghu
There could be hundreds of lines in the morning he clicks on a button and the following sheets are created within the same folder named Raghu.xlsx
Item Qty Price Total Invoice Team Mbr Date Alloc
A1 22 $44.21 $972.62 AD14256 Raghu
A3 22 $10.00 $220.00 AD14258 Raghu
And this one is named Ravi.xlsx
Item Qty Price Total Invoice Team Mbr Date Alloc A2 10 $210.44 $2104.40 AD14257 Ravi
I have found the code to do this.
I need slight modification to make it work for me.
The code should also input the date in the “Date Alloc” field.
The code if run again overwrites the file name if it exists.
I don’t the files to be overwritten. I want the new work to be added to the next blank line in each team member’s file. The code I found is as from the web pages
How to create a new Workbook for each unique value in a column?
I have modified only one line of the code so as not to append the date stamp at the end of the name.
Thank you to all
Regards
Raghu