J
John
I have a macro that creates a new sheet identical to an existing sheet using
Sheets("Robin").Select
Sheets("Robin").Copy Before:=Sheets(1)
Sheets("Robin (2)").Name = TeamMember
The original sheet has a couple named ranges on it and I want to create two
new named ranges for the new sheet that are exactly the same as those on the
old sheet, but have new names that do not conflict w/ the old names. How do I
do this?
Thx for your help. -John
Sheets("Robin").Select
Sheets("Robin").Copy Before:=Sheets(1)
Sheets("Robin (2)").Name = TeamMember
The original sheet has a couple named ranges on it and I want to create two
new named ranges for the new sheet that are exactly the same as those on the
old sheet, but have new names that do not conflict w/ the old names. How do I
do this?
Thx for your help. -John