J
John
How could I use a named range to create a series of new worksheets?
Details:
I have a named range (A1:A3) called NewSheetNames. I want to create a
new worksheet for each value in the named range. (3 sheets in this
example).
Example:
NewSheetNames (named range)
A1: Sheet1
A2: AnotherSheet
A3: NewSheet
Click button, and vba creates three new sheets called:
1. Sheet1
2. AnotherSheet
3. NewSheet
Any pointers are greatly appreciated!
Details:
I have a named range (A1:A3) called NewSheetNames. I want to create a
new worksheet for each value in the named range. (3 sheets in this
example).
Example:
NewSheetNames (named range)
A1: Sheet1
A2: AnotherSheet
A3: NewSheet
Click button, and vba creates three new sheets called:
1. Sheet1
2. AnotherSheet
3. NewSheet
Any pointers are greatly appreciated!