Hi, can you please help me with this. thank you
I have 21 worksheets
I will refer to all my worksheets by codename
Cells A2 through A21 of Sheet1 contains a list of PO Numbers. I want worksheets 2 through 21 to be renamed based on sheet1 cells A2 through A21.
example :
if Sheet1, Cell A2=10-7879 then Shee2.name=10-7879
if Sheet1, Cell A3=10-5463 then Sheet3.name=10-5463
.... etc
I need the code to work on a mass update of cells A2 through A21. I found some code but they only work if I enter each cell one by one and not if i do a mass update.
I have 21 worksheets
I will refer to all my worksheets by codename
Cells A2 through A21 of Sheet1 contains a list of PO Numbers. I want worksheets 2 through 21 to be renamed based on sheet1 cells A2 through A21.
example :
if Sheet1, Cell A2=10-7879 then Shee2.name=10-7879
if Sheet1, Cell A3=10-5463 then Sheet3.name=10-5463
.... etc
I need the code to work on a mass update of cells A2 through A21. I found some code but they only work if I enter each cell one by one and not if i do a mass update.