jwindholz2725
Board Regular
- Joined
- Sep 20, 2011
- Messages
- 94
Ok where to start. I have a excel book with two sheets. For references one is called "WBS" and the other is "Template".
-The WBS tab has a list of names on it that change for each project. Sometimes names are in A1:A20 and other times A1:A30.
-The Template tab is basically the format that I copy and build tabs off of. It never changes
Ok so the goal here is for a code to pull from the names on the "WBS" tabs cells A1:A20 and create copies of the "template" tab and name it with the names in "WBS" A1:A20.
The issue is A1:A20 change depending on project. So idealy the code would read A1:A200....and any cell with no name would not create a tab named after it.
I have code to create tabs off names of WBS A1:A20 and code to make copies off the Template tab. But I can't combine both. Is this possible???? Please help!!
-The WBS tab has a list of names on it that change for each project. Sometimes names are in A1:A20 and other times A1:A30.
-The Template tab is basically the format that I copy and build tabs off of. It never changes
Ok so the goal here is for a code to pull from the names on the "WBS" tabs cells A1:A20 and create copies of the "template" tab and name it with the names in "WBS" A1:A20.
The issue is A1:A20 change depending on project. So idealy the code would read A1:A200....and any cell with no name would not create a tab named after it.
I have code to create tabs off names of WBS A1:A20 and code to make copies off the Template tab. But I can't combine both. Is this possible???? Please help!!