Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am making worksheets for each name on a list and would like to have a macro
that can do that. I created an example sheet to copy and I recorded this macro but I don't know how to select names from a defined list and to get it to keep creating new sheets for each name. Can someone help? TIA Todd Sub CreateSheets() Sheets("ExampleSheet").Select Sheets("ExampleSheet").Copy Befo=Sheets(18) Sheets("ExampleSheet (2)").Select Range("C21").Select ActiveWindow.ScrollWorkbookTabs Position:=xlLast Sheets("Supplier List").Select Range("A25").Select Selection.Copy Sheets("ExampleSheet (2)").Select Sheets("ExampleSheet (2)").Name = "Cutler Hammer " Range("D20").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to create validation list of worksheet names | Excel Discussion (Misc queries) | |||
create list from another worksheet | Excel Discussion (Misc queries) | |||
How do I create a worksheet using a drop down list? | Excel Worksheet Functions | |||
create a list base on another worksheet | Excel Discussion (Misc queries) | |||
How to create a macro that compares a list to another list | New Users to Excel |