Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a named range with an array not using a workseet cell range | Excel Programming | |||
Create Named Worksheets | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Can you create dynamic named ranges containing array formulas? | Excel Programming | |||
Q: Best way to take data from VBA into graphs without writing data to worksheets? (Can a named range refer to an array in memory only?) | Excel Programming |