macro that adds sheets and names them
Posted by Lino on January 31, 2002 7:01 AM
If I want to add 3 sheets
Sheets.Add Count:=3
How would I add their names automatically.
Name "Sheet1" = "1"
Name "Sheet2" = "2"
Name "Sheet3" = "3"
Thanks
Posted by Lino on January 31, 2002 7:01 AM
If I want to add 3 sheets
Sheets.Add Count:=3
How would I add their names automatically.
Name "Sheet1" = "1"
Name "Sheet2" = "2"
Name "Sheet3" = "3"
Thanks