backfromthebush
New Member
- Joined
- Jul 2, 2010
- Messages
- 37
Hi,
Im having a problem with my code in trying to rename a new sheet.
The first sheet is named "Data", and in column B I have a list of names which I eventually want each one to have a new sheet named after.
Lets say B1 has the name "Apples", I need the code to create a new tab called "Apples", then go to cell B2, which will have "Bananas", and create a new tab called "Bananas", etc, until it reaches a cell with no data, where it will exit the procedure.
Can anyone please help!!
Im having a problem with my code in trying to rename a new sheet.
The first sheet is named "Data", and in column B I have a list of names which I eventually want each one to have a new sheet named after.
Lets say B1 has the name "Apples", I need the code to create a new tab called "Apples", then go to cell B2, which will have "Bananas", and create a new tab called "Bananas", etc, until it reaches a cell with no data, where it will exit the procedure.
Can anyone please help!!