Is there a way to use VB code in Excel (version 2002) to automatically create worksheets and rename them to a list of values in another worksheet.
I would have a list of employee numbers in one worksheet and worksheet that is a template, that would use the specific employee number to do a variety of vlookup functions.
I would like the code to loop through the list of numbers and for each number:
1- copy the template worksheet
2- move it to the end of the workbook
3- rename the worksheet to the employee's number
Repeat until the end of the list of numbers is reached.
Thank you for your assistance.
I would have a list of employee numbers in one worksheet and worksheet that is a template, that would use the specific employee number to do a variety of vlookup functions.
I would like the code to loop through the list of numbers and for each number:
1- copy the template worksheet
2- move it to the end of the workbook
3- rename the worksheet to the employee's number
Repeat until the end of the list of numbers is reached.
Thank you for your assistance.