R
Ron McCormick
I am wanting to copy a worksheet and then rename it with a
suffix that is a named range on the worksheet.
viz. something like
Sheets("Worksheet(2)").Name = "Worksheet ("& Region &")"
where region is thenamed range. What is the code required
for this.
TIA
Ron
suffix that is a named range on the worksheet.
viz. something like
Sheets("Worksheet(2)").Name = "Worksheet ("& Region &")"
where region is thenamed range. What is the code required
for this.
TIA
Ron