Hello, I'm very new to VBA and I'm trying to copy a certain amount of Worksheets into a Workbook based on input that a user puts in a textbox on a userform. Basically, I have multiple users that will be using the same template. Depending on the user will depend on how many template worksheets they will need in their Workbook. Some users could require only 2 or 3 and some could need up to 80 template worksheets so I have a textbox in a Userform set up to ask how many template worksheets will be required. Can someone tell me the code in order to do this? Is this something that is possible the way that I'm trying to do it? Should I be using something other than a textbox in a Userform to accomplish this?